mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Merge branch 'clinton-hall/dev'
Added version_notify option, allows disabling of new version checks.
This commit is contained in:
commit
ef0dee7840
8 changed files with 29 additions and 27 deletions
|
@ -78,7 +78,7 @@ class autoProcessMusic:
|
|||
params = {}
|
||||
params['apikey'] = apikey
|
||||
params['cmd'] = "forceProcess"
|
||||
params['dir'] = urllib.quote(dirName)
|
||||
params['dir'] = dirName
|
||||
|
||||
url = baseURL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue