mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13691] [MERGED] Add ability to provide search pattern to GetFiles #13670
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/13691
Author: @NooNameR
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/24/2025
Merged by: @Bond-009
Base:
master← Head:noonamer/add_pattern_search📝 Commits (1)
4325c67Add ability to provide search pattern📊 Changes
2 files changed (+48 additions, -6 deletions)
View changed files
📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+20 -6)📝
MediaBrowser.Model/IO/IFileSystem.cs(+28 -0)📄 Description
Changes
Add new override to provide
searchPatternfor GetFiles call. This will allow to perform more optimized searches using prefix matches🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.