fix foreign language fallback for moviedb

This commit is contained in:
Luke Pulverenti
2015-01-30 22:19:41 -05:00
parent 50a346fe5a
commit 75a46393f0
10 changed files with 85 additions and 44 deletions

View File

@@ -4,6 +4,6 @@ namespace MediaBrowser.Model.ApiClient
public class ServerUserInfo
{
public string Id { get; set; }
public bool IsOffline { get; set; }
public bool IsSignedInOffline { get; set; }
}
}