Update /Device endpoint to return CustomName

This commit is contained in:
LJQ
2023-10-17 17:25:41 +08:00
parent 6fce863146
commit 259fe4522c
2 changed files with 11 additions and 1 deletions

View File

@@ -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>