sync model

This commit is contained in:
Luke Pulverenti
2015-12-03 11:48:21 -05:00
parent b9f1f38318
commit 0efdd17d3f
8 changed files with 15 additions and 30 deletions

View File

@@ -42,6 +42,11 @@ namespace MediaBrowser.Model.ApiClient
existing.DateLastAccessed = server.DateLastAccessed;
}
if (server.DateLastLocalConnection > existing.DateLastLocalConnection)
{
existing.DateLastLocalConnection = server.DateLastLocalConnection;
}
existing.UserLinkType = server.UserLinkType;
if (!string.IsNullOrEmpty(server.AccessToken))