return correct value from postprocessor
This commit is contained in:
parent
2cd5408951
commit
90e4b63d4c
@ -517,6 +517,8 @@ class FFmpegConcatPP(FFmpegPostProcessor):
|
||||
for path in files:
|
||||
os.remove(encodeFilename(path))
|
||||
|
||||
return True, info
|
||||
|
||||
class FFmpegAudioFixPP(FFmpegPostProcessor):
|
||||
def run(self, info):
|
||||
filename = info['filepath']
|
||||
|
Loading…
x
Reference in New Issue
Block a user