mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
improved naming
This commit is contained in:
parent
b007a66a30
commit
6414d1126a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def process(dirName, nzbName=None, status=0):
|
||||||
|
|
||||||
if status == 0:
|
if status == 0:
|
||||||
if transcode == 1:
|
if transcode == 1:
|
||||||
result = Transcoder.Transcode_file(dirName)
|
result = Transcoder.Transcode_directory(dirName)
|
||||||
if result == 0:
|
if result == 0:
|
||||||
Logger.debug("Transcoding succeeded for files in %s", dirName)
|
Logger.debug("Transcoding succeeded for files in %s", dirName)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue