Fixed a bug in _Network.scrobble_many(...) with missing parameters

This commit is contained in:
Amr Hassan 2011-01-11 07:59:46 +00:00
parent 6b3185bf7b
commit 5423322cd7

View file

@ -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: