Remove dead Last.fm album/track get ID

This commit is contained in:
hugovk 2017-10-20 00:45:17 +03:00
parent 666181df50
commit b55b40c3fe
2 changed files with 0 additions and 19 deletions

View file

@ -1429,12 +1429,6 @@ class _Opus(_BaseObject, _Taggable):
return self.get_title(properly_capitalized)
def get_id(self):
"""Returns the ID on the network."""
return _extract(
self._request(self.ws_prefix + ".getInfo", cacheable=True), "id")
def get_playcount(self):
"""Returns the number of plays on the network"""