mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
sync updates
This commit is contained in:
@@ -70,6 +70,10 @@ namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
existing.LastConnectionMode = server.LastConnectionMode;
|
||||
}
|
||||
foreach (ServerUserInfo user in server.Users)
|
||||
{
|
||||
existing.AddOrUpdate(user);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user