mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7058] [MERGED] Use dedicated resolvers for extras #11254
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/7058
Author: @cvium
Created: 12/28/2021
Status: ✅ Merged
Merged: 1/2/2022
Merged by: @Bond-009
Base:
master← Head:the_most_important_feature📝 Commits (3)
2749509Use dedicated resolvers for extras58b9e5aUpdate Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs28c2ac9Remove file extension filter and fix build📊 Changes
9 files changed (+205 additions, -195 deletions)
View changed files
📝
Emby.Naming/Video/ExtraRuleResolver.cs(+1 -64)📝
Emby.Naming/Video/VideoListResolver.cs(+4 -3)📝
Emby.Naming/Video/VideoResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+26 -63)➕
Emby.Server.Implementations/Library/Resolvers/ExtraResolver.cs(+93 -0)➕
Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs(+24 -0)➖
Emby.Server.Implementations/Library/Resolvers/VideoExtraResolver.cs(+0 -55)📝
tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs(+2 -2)📝
tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs(+54 -7)📄 Description
Changes
Moved some stuff around
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.