mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12916] [MERGED] Added query filter to disregard disabled Providers #13414
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/12916
Author: @JPVenson
Created: 10/30/2024
Status: ✅ Merged
Merged: 11/16/2024
Merged by: @joshuaboniface
Base:
release-10.10.z← Head:bugfix/10.10/MediaSegmentsRespectDisabledProviders📝 Commits (8)
312ff4fFixed disabled providers not beeing returnedc08d1d5Added parameter to enable or disable library filteraa4dd04Added fast fail for no provider selected segment query0130580Fixed interface definition54a6a33renamed paramfe9c6fbFixed enumerable584be05reduced providerid build1b4ab5epr review stuff📊 Changes
3 files changed (+46 additions, -6 deletions)
View changed files
📝
Jellyfin.Api/Controllers/MediaSegmentsController.cs(+1 -1)📝
Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs(+34 -4)📝
MediaBrowser.Controller/MediaSegements/IMediaSegmentManager.cs(+11 -1)📄 Description
MediaSegment's are now always filtered based on the providers they exist in.
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.