mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
Merge pull request #10422 from scampower3/api-update
Update /Device endpoint to return CustomName
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user