mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Fixed duplication of already captured internal keys in specialkeys
This commit is contained in:
parent
6f16957404
commit
8259e051a9
@ -81,7 +81,8 @@ def uri_to_internal(keys,accepted_entities=('artist','track','album'),forceTrack
|
|||||||
#if "remote" in keys: specialkeys["remote"] = keys["remote"]
|
#if "remote" in keys: specialkeys["remote"] = keys["remote"]
|
||||||
specialkeys["separate"] = (keys.get('separate','no').lower() == 'yes')
|
specialkeys["separate"] = (keys.get('separate','no').lower() == 'yes')
|
||||||
for k in keys:
|
for k in keys:
|
||||||
if k not in ['separate']:
|
if k in ['remote','b64']:
|
||||||
|
# TODO: better solution!
|
||||||
specialkeys[k] = keys[k]
|
specialkeys[k] = keys[k]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user