Add trailing ? for subtitles

make-only-subtitle-default
Rick Meijer 5 years ago
parent 19c75f9972
commit bb0f81625b
No known key found for this signature in database
GPG Key ID: C36BEC4306EE98E2

@ -106,7 +106,7 @@ function plugin(file, librarySettings, inputs) {
response.processFile = true;
response.container = `.${file.container}`;
response.reQueueAfter = true;
response.preset += ' -map 0:s ';
response.preset += ' -map 0:s? ';
} else {
response.infoLog
+= '☑File doesn\'t contain audio tracks with the specified codec.\n';

Loading…
Cancel
Save