mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Fix subtitle encoder if webvtt is requested
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
public const string SSA = "ssa";
|
||||
public const string ASS = "ass";
|
||||
public const string VTT = "vtt";
|
||||
public const string WEBVTT = "webvtt";
|
||||
public const string TTML = "ttml";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user