diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-12-30 08:24:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 08:24:06 -0700 |
| commit | 9a740344be757c2ab9a3f434295622573c39b181 (patch) | |
| tree | 24bc6533ffc37b742f23a7a227cd0f5708c99690 /Emby.Naming | |
| parent | c73c7b60506e61638f70c69506e58353e06f4a41 (diff) | |
Add support for .sup subtitle (#8808)
Fixes https://github.com/jellyfin/jellyfin/issues/8628
Diffstat (limited to 'Emby.Naming')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 03fa65b4e..54f62a157 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -169,6 +169,7 @@ namespace Emby.Naming.Common ".srt", ".ssa", ".sub", + ".sup", ".vtt", }; |
