mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 03:28:26 -07:00
Removed unrequired code
This commit is contained in:
parent
e206829834
commit
ce38317d48
2 changed files with 0 additions and 8 deletions
|
@ -27,12 +27,6 @@ class Transcoder:
|
|||
ffmpeg = 'ffmpeg'
|
||||
useNiceness = True
|
||||
|
||||
logger.info("Loading config from %s", nzbtomedia.CONFIG_FILE)
|
||||
|
||||
if not nzbtomedia.CFG:
|
||||
logger.error("You need an autoProcessMedia.cfg file - did you rename and edit the .sample?")
|
||||
return 1 # failure
|
||||
|
||||
mediaContainer = (nzbtomedia.CFG["Transcoder"]["duplicate"])
|
||||
duplicate = int(nzbtomedia.CFG["Transcoder"]["duplicate"])
|
||||
ignoreExtensions = (nzbtomedia.CFG["Transcoder"]["ignoreExtensions"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue