mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 09:45:55 -07:00
Add trailing ? for subtitles
This commit is contained in:
parent
19c75f9972
commit
bb0f81625b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ function plugin(file, librarySettings, inputs) {
|
||||||
response.processFile = true;
|
response.processFile = true;
|
||||||
response.container = `.${file.container}`;
|
response.container = `.${file.container}`;
|
||||||
response.reQueueAfter = true;
|
response.reQueueAfter = true;
|
||||||
response.preset += ' -map 0:s ';
|
response.preset += ' -map 0:s? ';
|
||||||
} else {
|
} else {
|
||||||
response.infoLog
|
response.infoLog
|
||||||
+= '☑File doesn\'t contain audio tracks with the specified codec.\n';
|
+= '☑File doesn\'t contain audio tracks with the specified codec.\n';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue