mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
minor fix for transcoder.
This commit is contained in:
parent
33fb4ce331
commit
346c0952e1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def getVideoDetails(videofile, img=None, bitbucket=None):
|
|||
def buildCommands(file, newDir, movieName, bitbucket):
|
||||
if isinstance(file, basestring):
|
||||
inputFile = file
|
||||
if '"concat:' in file:
|
||||
if 'concat:' in file:
|
||||
file = file.split('|')[0].replace('concat:', '')
|
||||
video_details, result = getVideoDetails(file)
|
||||
dir, name = os.path.split(file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue