[PR #4002] [MERGED] Fix partial library and channel access #9814

Closed
opened 2026-02-07 06:08:58 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: partial-access


📝 Commits (1)

  • ec8967b Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4002 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 8/27/2020 **Status:** ✅ Merged **Merged:** 8/27/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `partial-access` --- ### 📝 Commits (1) - [`ec8967b`](https://github.com/jellyfin/jellyfin/commit/ec8967b8e6f201db84139c6ea96cc1769c2416ff) Fix partial library and channel access ### 📊 Changes **3 files changed** (+16 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Users/UserManager.cs` (+6 -6) 📝 `Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs` (+4 -2) 📝 `MediaBrowser.Model/Users/UserPolicy.cs` (+6 -6) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:08:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9814