remove unused code

This commit is contained in:
vveeps 2021-10-09 23:58:24 +03:00
parent 5d53b468e3
commit 553bf9ce63
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ class Track:
self.is_seekable = info.get("isSeekable")
self.position = info.get("position")
if self.spotify:
self.youtube_result = None
if search_type:
self.search_type = search_type
def __eq__(self, other):
if not isinstance(other, Track):
return False