diff options
| author | LJQ <leejunquan7@gmail.com> | 2023-10-17 17:25:41 +0800 |
|---|---|---|
| committer | LJQ <leejunquan7@gmail.com> | 2023-10-17 17:25:41 +0800 |
| commit | 259fe4522c4fdcd7467500780fc70ccd75108bf2 (patch) | |
| tree | 74b998371579ca832a31f9565462398bffaf78f3 /MediaBrowser.Model/Devices | |
| parent | 6fce863146edd6ab33b09e18025cce97cc9e85f5 (diff) | |
Update /Device endpoint to return CustomName
Diffstat (limited to 'MediaBrowser.Model/Devices')
| -rw-r--r-- | MediaBrowser.Model/Devices/DeviceInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Devices/DeviceInfo.cs b/MediaBrowser.Model/Devices/DeviceInfo.cs index 7a1c7a738..4962992a0 100644 --- a/MediaBrowser.Model/Devices/DeviceInfo.cs +++ b/MediaBrowser.Model/Devices/DeviceInfo.cs @@ -15,6 +15,8 @@ namespace MediaBrowser.Model.Devices public string Name { get; set; } + public string CustomName { get; set; } + /// <summary> /// Gets or sets the access token. /// </summary> |
