[PR #6571] [MERGED] Fix extra folder name and type mapping. #11029

Closed
opened 2026-02-07 06:31:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6571
Author: @Dixin
Created: 9/20/2021
Status: Merged
Merged: 9/20/2021
Merged by: @cvium

Base: masterHead: master


📝 Commits (2)

  • dc8420c Fix extra folder type resolving.
  • 27e3208 Update LINQ query according to code review feedback.

📊 Changes

4 files changed (+34 additions, -53 deletions)

View changed files

📝 Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs (+2 -2)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+2 -2)
📝 Emby.Server.Implementations/Library/Resolvers/TV/EpisodeResolver.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+29 -48)

📄 Description

Changes

Fix extra folder name and type mapping.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6571 **Author:** [@Dixin](https://github.com/Dixin) **Created:** 9/20/2021 **Status:** ✅ Merged **Merged:** 9/20/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dc8420c`](https://github.com/jellyfin/jellyfin/commit/dc8420c7a20f462bdd3b02d7f20743c3ada66ecb) Fix extra folder type resolving. - [`27e3208`](https://github.com/jellyfin/jellyfin/commit/27e32083a1052bf323f92ace216053b7b2b7c9c8) Update LINQ query according to code review feedback. ### 📊 Changes **4 files changed** (+34 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs` (+2 -2) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+2 -2) 📝 `Emby.Server.Implementations/Library/Resolvers/TV/EpisodeResolver.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+29 -48) </details> ### 📄 Description **Changes** Fix extra folder name and type mapping. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:31:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11029