update cinema mode on/off setting

This commit is contained in:
Luke Pulverenti
2015-11-19 00:19:54 -05:00
parent 252dde1722
commit b28be7e986
4 changed files with 14 additions and 0 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))