mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fixed bug in manual run for SickBeard
This commit is contained in:
parent
8573749038
commit
dbce4d9c95
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ else: # only CPS and SB supports this manual run for now.
|
|||
nzbDir, inputName, status, inputCategory, download_id = ('Manual Run', 'Manual Run', 0, cpsCategory[0], '')
|
||||
|
||||
Logger.info("MAIN: Running autoProcessTV as a manual run...")
|
||||
nzbDir, status, inputCategory = ('Manual Run', 0, sbCategory[0])
|
||||
nzbDir, inputName, status, inputCategory = ('Manual Run', None, 0, sbCategory[0])
|
||||
|
||||
if inputCategory in cpsCategory:
|
||||
Logger.info("MAIN: Calling CouchPotatoServer to post-process: %s", inputName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue