Fix params
This commit is contained in:
parent
5a15b3b6a6
commit
24f49074bf
|
@ -769,7 +769,7 @@ class _Network(object):
|
||||||
self.scrobble_many(remaining_tracks)
|
self.scrobble_many(remaining_tracks)
|
||||||
|
|
||||||
def get_play_links(self, link_type, things, cacheable=True):
|
def get_play_links(self, link_type, things, cacheable=True):
|
||||||
method = type + ".getPlaylinks"
|
method = link_type + ".getPlaylinks"
|
||||||
params = {}
|
params = {}
|
||||||
|
|
||||||
for i, thing in enumerate(things):
|
for i, thing in enumerate(things):
|
||||||
|
|
Loading…
Reference in a new issue