Fixed a bug in _Network.scrobble_many(...) with missing parameters
This commit is contained in:
parent
6b3185bf7b
commit
5423322cd7
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ class _Network(object):
|
|||
|
||||
for arg in additional_args:
|
||||
|
||||
if tracks_to_scrobble[i][arg]:
|
||||
if arg in tracks_to_scrobble[i] and tracks_to_scrobble[i][arg]:
|
||||
if arg in args_map_to:
|
||||
maps_to = args_map_to[arg]
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue