mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Remove ASS sub bug fix
This commit is contained in:
parent
0dfd5be2d2
commit
b8a223eaec
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ function plugin(file) {
|
|||
if(hasSubs){
|
||||
|
||||
response.infoLog += "☒File has subs \n"
|
||||
response.preset = '-sn, -c:v copy -c:a copy'
|
||||
response.preset = ',-sn -c:v copy -c:a copy'
|
||||
response.reQueueAfter = true;
|
||||
response.processFile = true;
|
||||
return response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue