mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7028] [MERGED] Fix extras folders #11236
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/7028
Author: @cvium
Created: 12/20/2021
Status: ✅ Merged
Merged: 12/22/2021
Merged by: @crobibero
Base:
master← Head:everything_went_wrong📝 Commits (4)
83a94aaFix extras folders91292b8Fix build9158511Don't skip extras refresh when replacing metadata or doing a full refresh05c8834Don't cache special feature ids📊 Changes
13 files changed (+218 additions, -348 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+28 -1)📝
Emby.Naming/Video/VideoListResolver.cs(+2 -7)📝
Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs(+4 -14)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+57 -10)📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+6 -1)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+3 -92)📝
MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs(+2 -2)📝
MediaBrowser.Controller/Entities/Movies/Movie.cs(+4 -17)📝
MediaBrowser.Controller/Library/ILibraryManager.cs(+6 -5)📝
MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs(+2 -1)📝
tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs(+18 -86)📝
tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs(+20 -100)📝
tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs(+66 -12)📄 Description
Fixed "trailers", theme song and theme videos.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.