[PR #5945] [MERGED] Fix scanning #10740

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5945
Author: @Bond-009
Created: 5/1/2021
Status: Merged
Merged: 5/1/2021
Merged by: @Bond-009

Base: masterHead: fix


📝 Commits (1)

📊 Changes

5 files changed (+3 additions, -12 deletions)

View changed files

📝 Emby.Server.Implementations/IO/ManagedFileSystem.cs (+0 -2)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -1)
📝 Emby.Server.Implementations/Library/ResolverHelper.cs (+1 -2)
📝 MediaBrowser.Controller/Library/ItemResolveArgs.cs (+1 -1)
📝 MediaBrowser.Model/IO/FileSystemMetadata.cs (+0 -6)

📄 Description

DirectoryName was only set for files, just removed it to prevent the same mistake in the future


🔄 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/5945 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 5/1/2021 **Status:** ✅ Merged **Merged:** 5/1/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix` --- ### 📝 Commits (1) - [`c608d51`](https://github.com/jellyfin/jellyfin/commit/c608d5104df7b7281e35595552734d77e42b5036) Fix scanning ### 📊 Changes **5 files changed** (+3 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/IO/ManagedFileSystem.cs` (+0 -2) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/ResolverHelper.cs` (+1 -2) 📝 `MediaBrowser.Controller/Library/ItemResolveArgs.cs` (+1 -1) 📝 `MediaBrowser.Model/IO/FileSystemMetadata.cs` (+0 -6) </details> ### 📄 Description DirectoryName was only set for files, just removed it to prevent the same mistake in the future --- <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:25:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10740