mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 02:30:23 +01:00
add subtitle management page
This commit is contained in:
@@ -6,6 +6,7 @@ namespace MediaBrowser.Controller.Subtitles
|
||||
{
|
||||
public string Language { get; set; }
|
||||
public string Format { get; set; }
|
||||
public bool IsForced { get; set; }
|
||||
public Stream Stream { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user