mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
report app usage to server
This commit is contained in:
@@ -86,6 +86,12 @@ namespace MediaBrowser.Controller.Session
|
||||
/// <value>The name of the device.</value>
|
||||
public string DeviceName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the device version.
|
||||
/// </summary>
|
||||
/// <value>The device version.</value>
|
||||
public string DeviceVersion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the now viewing item.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user