mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #6862] [MERGED] Query media streams by type instead of filtering #10992
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#10992
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/6862
Author: @1337joe
Created: 11/17/2021
Status: ✅ Merged
Merged: 11/20/2021
Merged by: @crobibero
Base:
master← Head:query-instead-of-filtering📝 Commits (5)
7cf5767Query media streams by type instead of filtering97124f5Add missed overridebff5ff0Merge similar tests with Theories9ba7bf9Query MediaSourceManager directly in image providers88baff5Apply suggestions from code review📊 Changes
6 files changed (+128 additions, -156 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/Audio/Audio.cs(+0 -9)📝
MediaBrowser.Providers/MediaInfo/AudioImageProvider.cs(+26 -14)📝
MediaBrowser.Providers/MediaInfo/EmbeddedImageProvider.cs(+12 -4)📝
MediaBrowser.Providers/MediaInfo/VideoImageProvider.cs(+15 -4)📝
tests/Jellyfin.Providers.Tests/MediaInfo/EmbeddedImageProviderTests.cs(+20 -20)📝
tests/Jellyfin.Providers.Tests/MediaInfo/VideoImageProviderTests.cs(+55 -105)📄 Description
Changes
MediaSourceManagerdirectly in image providersAudioImageProvider🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.