Remove dead Last.fm album/track get ID
This commit is contained in:
parent
666181df50
commit
b55b40c3fe
2 changed files with 0 additions and 19 deletions
|
@ -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"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue