mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 08:18:54 +01:00
3.0.5582.0
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -75,6 +75,11 @@
|
||||
/// </summary>
|
||||
DisplayMediaType,
|
||||
|
||||
/// <summary>
|
||||
/// The etag
|
||||
/// </summary>
|
||||
Etag,
|
||||
|
||||
/// <summary>
|
||||
/// The external urls
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user