mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
fixed client type display for ios. also fixed display preferences saving.
This commit is contained in:
@@ -175,7 +175,7 @@ namespace MediaBrowser.Controller.Library
|
||||
|
||||
if (item.IsFolder && fields.Contains(ItemFields.DisplayPreferences))
|
||||
{
|
||||
dto.DisplayPreferences = ((Folder)item).GetDisplayPrefs(user, false) ?? new DisplayPreferences { UserId = user.Id };
|
||||
dto.DisplayPreferences = ((Folder)item).GetDisplayPreferences(user, false) ?? new DisplayPreferences { UserId = user.Id };
|
||||
}
|
||||
|
||||
if (item.IsFolder)
|
||||
|
||||
Reference in New Issue
Block a user