remove unused code
This commit is contained in:
parent
5d53b468e3
commit
553bf9ce63
|
|
@ -37,11 +37,6 @@ class Track:
|
||||||
self.is_seekable = info.get("isSeekable")
|
self.is_seekable = info.get("isSeekable")
|
||||||
self.position = info.get("position")
|
self.position = info.get("position")
|
||||||
|
|
||||||
if self.spotify:
|
|
||||||
self.youtube_result = None
|
|
||||||
if search_type:
|
|
||||||
self.search_type = search_type
|
|
||||||
|
|
||||||
def __eq__(self, other):
|
def __eq__(self, other):
|
||||||
if not isinstance(other, Track):
|
if not isinstance(other, Track):
|
||||||
return False
|
return False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue