mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Headphones fix for issue #321
This commit is contained in:
parent
657fe66b66
commit
b8b2f4923f
3 changed files with 7 additions and 18 deletions
|
@ -78,7 +78,7 @@ class autoProcessMusic:
|
|||
params = {}
|
||||
params['apikey'] = apikey
|
||||
params['cmd'] = "forceProcess"
|
||||
params['dir'] = dirName
|
||||
params['dir'] = os.path.dirname(dirName)
|
||||
|
||||
url = baseURL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue