Add subrip to SubtitleFormat

This commit is contained in:
Shadowghost
2022-06-18 01:20:05 +02:00
parent a64e21f57a
commit 24c56328f2
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ namespace MediaBrowser.Model.MediaInfo
public static class SubtitleFormat
{
public const string SRT = "srt";
public const string SUBRIP = "subrip";
public const string SSA = "ssa";
public const string ASS = "ass";
public const string VTT = "vtt";