Minor fix to grabtags by id:xxxxxx
parent
7b263e4868
commit
15a500697a
|
|
@ -227,6 +227,9 @@ def grabtags(url, replacespaces, replaceunderscores, includeartist, includechara
|
|||
if not url[-4:] == "json":
|
||||
url = url + ".json"
|
||||
|
||||
#Add the question mark denoting url parameters back in
|
||||
url += "?"
|
||||
|
||||
u, a = getauth()
|
||||
|
||||
#Only append login parameters if we actually got some from the above getauth()
|
||||
|
|
|
|||
Loading…
Reference in New Issue