mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
Add remote control chapter menu
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
{
|
||||
public class SubtitleFormat
|
||||
{
|
||||
public const string SRT = "SRT";
|
||||
public const string SRT = "srt";
|
||||
public const string SSA = "ssa";
|
||||
public const string ASS = "ass";
|
||||
public const string VTT = "vtt";
|
||||
public const string SUB = "sub";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user