Fix bug during subtitle conversion

pull/698/head
pukkandan 2021-08-13 20:40:13 +05:30
rodzic 6c7274ecd2
commit 37242e56f2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0F00D95A001F4698
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -802,7 +802,7 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
}
info['__files_to_move'][new_file] = replace_extension(
info['__files_to_move'][old_file], new_ext)
info['__files_to_move'][sub['filepath']], new_ext)
return sub_filenames, info