mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 03:33:46 +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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user