mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
restored request logging
This commit is contained in:
@@ -51,5 +51,12 @@ namespace MediaBrowser.Model.Connectivity
|
||||
/// <value>The now playing position ticks.</value>
|
||||
[ProtoMember(6)]
|
||||
public long? NowPlayingPositionTicks { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the device id.
|
||||
/// </summary>
|
||||
/// <value>The device id.</value>
|
||||
[ProtoMember(7)]
|
||||
public string DeviceId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
/// The dashboard
|
||||
/// </summary>
|
||||
Dashboard,
|
||||
/// <summary>
|
||||
/// The dlna
|
||||
/// </summary>
|
||||
Dlna,
|
||||
/// <summary>
|
||||
/// The ios
|
||||
|
||||
@@ -122,5 +122,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
/// <value>The image types.</value>
|
||||
public ImageType[] ImageTypes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ids, which are specific items to retrieve
|
||||
/// </summary>
|
||||
/// <value>The ids.</value>
|
||||
public string[] Ids { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user