diff --git a/pomice/objects.py b/pomice/objects.py index b71e81e..8a8bdcf 100644 --- a/pomice/objects.py +++ b/pomice/objects.py @@ -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