mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-18 13:40:45 +01:00
sync updates
This commit is contained in:
@@ -212,7 +212,8 @@ namespace MediaBrowser.Model.Dlna
|
||||
IsForced = stream.IsForced,
|
||||
Language = stream.Language,
|
||||
Name = stream.Language ?? "Unknown",
|
||||
Format = SubtitleFormat
|
||||
Format = SubtitleFormat,
|
||||
Index = stream.Index
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -7,5 +7,6 @@ namespace MediaBrowser.Model.Dlna
|
||||
public string Name { get; set; }
|
||||
public bool IsForced { get; set; }
|
||||
public string Format { get; set; }
|
||||
public int Index { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user