mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Added urllib.quote to HeadPhones dirName passing
This commit is contained in:
parent
a2eb80f619
commit
9bd7eb4ec7
2 changed files with 2 additions and 13 deletions
|
@ -83,7 +83,7 @@ class autoProcessMusic:
|
|||
params = {}
|
||||
params['apikey'] = apikey
|
||||
params['cmd'] = "forceProcess"
|
||||
params['dir'] = dirName
|
||||
params['dir'] = urllib.quote(dirName)
|
||||
|
||||
url = baseURL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue