Fix Album.get_tracks() error (wrong positional argument)
This commit is contained in:
parent
bdd1b8d5e5
commit
96d921cdc2
|
@ -1784,7 +1784,7 @@ class Album(_Opus):
|
|||
|
||||
return _extract_tracks(
|
||||
self._request(
|
||||
self.ws_prefix + ".getInfo", cacheable=True), "tracks")
|
||||
self.ws_prefix + ".getInfo", cacheable=True), self.network)
|
||||
|
||||
def get_url(self, domain_name=DOMAIN_ENGLISH):
|
||||
"""Returns the URL of the album or track page on the network.
|
||||
|
|
Loading…
Reference in a new issue