mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15487] [MERGED] Fix gitignore-style not working properly on windows. #14329
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/15487
Author: @CBPJ
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:patch-1📝 Commits (2)
7ef2c8bFix gitignore-style not working properly on windows.4984e03Use NormalizePath() to replace directory separator📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs(+8 -0)📄 Description
Added a check for Windows OS to handle path formatting correctly in the Ignore library.
Changes
replace '\' with '/' on windows to mitigate Ignore library issue.
Issues
Fixes #15484
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.