Minor fix to grabtags by id:xxxxxx

master
Peter Oertel 2022-11-20 23:30:35 -05:00
parent 7b263e4868
commit 15a500697a
1 changed files with 3 additions and 0 deletions

View File

@ -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()