mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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 = {
|
params = {
|
||||||
'apikey': apikey,
|
'apikey': apikey,
|
||||||
'cmd': "forceProcess",
|
'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)
|
release_status = self.get_status(url, apikey, dirName)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue