mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
update sat/ip discovery
This commit is contained in:
@@ -41,11 +41,6 @@ namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
existing.DateLastAccessed = server.DateLastAccessed;
|
||||
}
|
||||
|
||||
if (server.DateLastLocalConnection > existing.DateLastLocalConnection)
|
||||
{
|
||||
existing.DateLastLocalConnection = server.DateLastLocalConnection;
|
||||
}
|
||||
|
||||
existing.UserLinkType = server.UserLinkType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user