[PR #5381] [MERGED] make sure network path substitution matches correctly #10504

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5381
Author: @cvium
Created: 3/5/2021
Status: Merged
Merged: 3/6/2021
Merged by: @Bond-009

Base: masterHead: fix-network-substitution


📝 Commits (5)

📊 Changes

3 files changed (+92 additions, -58 deletions)

View changed files

📝 Emby.Server.Implementations/Library/LibraryManager.cs (+10 -58)
📝 Emby.Server.Implementations/Library/PathExtensions.cs (+56 -0)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs (+26 -0)

📄 Description

Fixes #5313


🔄 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/5381 **Author:** [@cvium](https://github.com/cvium) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/6/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-network-substitution` --- ### 📝 Commits (5) - [`37e374d`](https://github.com/jellyfin/jellyfin/commit/37e374d33d73403470d07d814b5ee1367ca12e85) make sure network path substitution matches correctly - [`bc661c1`](https://github.com/jellyfin/jellyfin/commit/bc661c16e19413cbe6a94832280e3a24b6cf3c20) simplify - [`54211b9`](https://github.com/jellyfin/jellyfin/commit/54211b921c86a4aa69e7390a662a48bf99011de1) rider is a prick - [`67af30d`](https://github.com/jellyfin/jellyfin/commit/67af30d1ff41734215db4c64f777568c647c2ad3) Remove redundant checks - [`946411b`](https://github.com/jellyfin/jellyfin/commit/946411be8e85344ad4f33fb7ffb9a1666cf8e6be) Remove redundant check ### 📊 Changes **3 files changed** (+92 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+10 -58) 📝 `Emby.Server.Implementations/Library/PathExtensions.cs` (+56 -0) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs` (+26 -0) </details> ### 📄 Description Fixes #5313 --- <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:21:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10504