3.0.5582.0

This commit is contained in:
Luke Pulverenti
2015-04-13 23:45:17 -04:00
parent 1fdaee1bb9
commit 5fe9b054c8
7 changed files with 34 additions and 15 deletions

View File

@@ -37,6 +37,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The id.</value>
public string Id { get; set; }
/// <summary>
/// Gets or sets the etag.
/// </summary>
/// <value>The etag.</value>
public string Etag { get; set; }
/// <summary>
/// Gets or sets the playlist item identifier.
/// </summary>

View File

@@ -75,6 +75,11 @@
/// </summary>
DisplayMediaType,
/// <summary>
/// The etag
/// </summary>
Etag,
/// <summary>
/// The external urls
/// </summary>