mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
extract classes
This commit is contained in:
11
MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs
Normal file
11
MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public class SubtitleStreamInfo
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string Name { get; set; }
|
||||
public bool IsForced { get; set; }
|
||||
public string Format { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user