mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 21:36:31 +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
|
||||
|
||||
Reference in New Issue
Block a user