mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14831] [MERGED] fix: add back missing behavior for HasAnyProviderId #14138
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/14831
Author: @revam
Created: 9/21/2025
Status: ✅ Merged
Merged: 9/22/2025
Merged by: @crobibero
Base:
master← Head:fix-has-any-provider-id-usage📝 Commits (3)
dfb073efix: add back missing behavior for HasAnyProviderId9a24143Update Jellyfin.Server.Implementations/Item/BaseItemRepository.cs9047115misc: add comment📊 Changes
1 file changed (+12 additions, -2 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+12 -2)📄 Description
Changes
Follow up for #14249, adding back the missing behavior to query items with any value for a provider id set.
I noticed while testing the 10.11 RC 5 that the
HasAnyProviderIdusage with an empty value was broken compared to 10.10, where it previously allowed you to query for all base items with the the given providers set regardless of the actual ID. Tested that it works locally.Issues / PRs
https://github.com/jellyfin/jellyfin/issues/14108
https://github.com/jellyfin/jellyfin/pull/14249
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.