mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
sync updates
This commit is contained in:
9
MediaBrowser.Model/ApiClient/ServerUserInfo.cs
Normal file
9
MediaBrowser.Model/ApiClient/ServerUserInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
public class ServerUserInfo
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public bool IsOffline { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user