mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
fix foreign language fallback for moviedb
This commit is contained in:
@@ -92,7 +92,7 @@ namespace MediaBrowser.Model.ApiClient
|
||||
var existing = list[index];
|
||||
|
||||
// Merge the data
|
||||
existing.IsOffline = user.IsOffline;
|
||||
existing.IsSignedInOffline = user.IsSignedInOffline;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user