mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01:00
update guide style
This commit is contained in:
@@ -58,12 +58,6 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
/// <value>The length of the packet.</value>
|
||||
public int? PacketLength { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the key frames.
|
||||
/// </summary>
|
||||
/// <value>The key frames.</value>
|
||||
public List<int> KeyFrames { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the channels.
|
||||
|
||||
@@ -21,8 +21,8 @@ namespace MediaBrowser.Model.Session
|
||||
public DeviceProfile DeviceProfile { get; set; }
|
||||
public List<string> SupportedLiveMediaTypes { get; set; }
|
||||
|
||||
public string AppUrl { get; set; }
|
||||
public string AppImageUrl { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string ImageUrl { get; set; }
|
||||
|
||||
public ClientCapabilities()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user