mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Fixed issue with config class code, The new method I implemented to return our data from our config stored in memory was actually removing the items we were getting so I implemented a copy of the data so the original data is no longer touched other then for lookups
This commit is contained in:
parent
a9b13881a3
commit
e20becd41c
6 changed files with 26 additions and 33 deletions
|
@ -12,7 +12,7 @@ from nzbtomedia.transcoder import transcoder
|
|||
class autoProcessTV:
|
||||
def processEpisode(self, section, dirName, inputName=None, failed=False, clientAgent = "manual", inputCategory=None):
|
||||
# auto-detect correct fork
|
||||
fork, fork_params = autoFork(inputCategory)
|
||||
fork, fork_params = autoFork(section, inputCategory)
|
||||
|
||||
# Check video files for corruption
|
||||
status = int(failed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue