Merge pull request #10422 from scampower3/api-update

Update /Device endpoint to return CustomName
This commit is contained in:
Bond-009
2023-12-18 21:06:30 +01:00
committed by GitHub
2 changed files with 16 additions and 13 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>