diff options
author | Samuel BartÃk <[email protected]> | 2024-10-09 01:38:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-08 19:38:31 -0400 |
commit | f296ba5336a58c1108fa6a255a89077bcb23d8b4 (patch) | |
tree | 13305ec35447c4156f316d8835efa7cd0661d92f /frontend/src | |
parent | a4873fc0f5207f4894e59a498a7a50e5bcef7803 (diff) | |
download | bazarr-f296ba5336a58c1108fa6a255a89077bcb23d8b4.tar.gz bazarr-f296ba5336a58c1108fa6a255a89077bcb23d8b4.zip |
Added the option to skip mismatched fps to Titulky
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/pages/Settings/Providers/list.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/pages/Settings/Providers/list.ts b/frontend/src/pages/Settings/Providers/list.ts index 8f0e46a56..3c300c735 100644 --- a/frontend/src/pages/Settings/Providers/list.ts +++ b/frontend/src/pages/Settings/Providers/list.ts @@ -517,6 +517,11 @@ export const ProviderList: Readonly<ProviderInfo[]> = [ key: "approved_only", name: "Skip unapproved subtitles", }, + { + type: "switch", + key: "skip_wrong_fps", + name: "Skip subtitles with mismatched fps to video's", + }, ], }, { |