mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
fix headphones Directory parsing. Fixes #1125
This commit is contained in:
parent
e0ab44e308
commit
515f731961
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class autoProcessMusic(object):
|
|||
params = {
|
||||
'apikey': apikey,
|
||||
'cmd': "forceProcess",
|
||||
'dir': remoteDir(os.path.dirname(dirName)) if remote_path else os.path.dirname(dirName)
|
||||
'dir': remoteDir(dirName) if remote_path else dirName
|
||||
}
|
||||
|
||||
release_status = self.get_status(url, apikey, dirName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue