update guide style

This commit is contained in:
Luke Pulverenti
2015-04-14 11:26:02 -04:00
parent bd253399c2
commit 760f298dcc
5 changed files with 33 additions and 179 deletions

View File

@@ -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.

View File

@@ -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()
{