mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
fix remote_Dri for HeadPhones. Fixes #499 Fix encoding on manual scan.
This commit is contained in:
parent
8540d40cb1
commit
c048c03aa5
5 changed files with 62 additions and 13 deletions
|
@ -94,7 +94,7 @@ class autoProcessMusic:
|
|||
|
||||
params['dir'] = os.path.dirname(dirName)
|
||||
if remote_path:
|
||||
params['dir'] = remoteDir(dirName)
|
||||
params['dir'] = remoteDir(os.path.dirname(dirName))
|
||||
|
||||
release_status = self.get_status(url, apikey, dirName)
|
||||
if not release_status:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue