mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4002] [MERGED] Fix partial library and channel access #9814
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/4002
Author: @crobibero
Created: 8/27/2020
Status: ✅ Merged
Merged: 8/27/2020
Merged by: @Bond-009
Base:
master← Head:partial-access📝 Commits (1)
ec8967bFix partial library and channel access📊 Changes
3 files changed (+16 additions, -14 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Users/UserManager.cs(+6 -6)📝
Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs(+4 -2)📝
MediaBrowser.Model/Users/UserPolicy.cs(+6 -6)📄 Description
Fixes #4000
Previously we were storing the ID however the API received it as.
This will require re-saving access permissions, which shouldn't be an issue as they don't currently work on unstable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.