mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4771] [MERGED] Use typed UserManager GetPreference #10275
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4771
Author: @crobibero
Created: 12/12/2020
Status: ✅ Merged
Merged: 12/17/2020
Merged by: @cvium
Base:
master← Head:typed-get-preference📝 Commits (6)
b670937Use typed UserManager GetPreferencef5cce9eUse typed UserManager GetPreference8f4a4a3Convert values without throwing exceptionee23d06Use a more descriptive function namea515ecbUse range operator to get subarraye051090Use proper array setter📊 Changes
13 files changed (+93 additions, -50 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserViewManager.cs(+6 -6)📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+1 -2)📝
Jellyfin.Api/Controllers/ItemsController.cs(+8 -8)📝
Jellyfin.Data/Entities/User.cs(+53 -3)📝
Jellyfin.Server.Implementations/Users/UserManager.cs(+8 -10)📝
Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs(+2 -2)📝
MediaBrowser.Controller/Channels/Channel.cs(+4 -4)📝
MediaBrowser.Controller/Entities/Audio/MusicAlbum.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Audio/MusicArtist.cs(+1 -1)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+4 -4)📝
MediaBrowser.Controller/Entities/Folder.cs(+3 -7)📝
MediaBrowser.Controller/Entities/Movies/BoxSet.cs(+1 -1)📝
MediaBrowser.Controller/Entities/TV/Series.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.