mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 00:26:25 +00:00
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