Add support for .sup subtitle (#8808)

Fixes https://github.com/jellyfin/jellyfin/issues/8628
This commit is contained in:
Cody Robibero
2022-12-30 08:24:06 -07:00
committed by GitHub
parent c73c7b6050
commit 9a740344be
5 changed files with 23 additions and 6 deletions

View File

@@ -56,6 +56,7 @@ namespace MediaBrowser.Controller.Entities
".srt",
".vtt",
".sub",
".sup",
".idx",
".txt",
".edl",