mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12698] [MERGED] Sanitize CustomTagDelimiters server side #13327
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/12698
Author: @gnattu
Created: 9/24/2024
Status: ✅ Merged
Merged: 9/24/2024
Merged by: @nielsvanvelzen
Base:
master← Head:fix-libraryoptions-api📝 Commits (2)
00ca4abSanitize CustomTagDelimiters server side0ffddacMove GetCustomTagDelimiters to Extension📊 Changes
3 files changed (+39 additions, -6 deletions)
View changed files
📝
MediaBrowser.Model/Configuration/LibraryOptions.cs(+3 -3)➕
MediaBrowser.Model/Extensions/LibraryOptionsExtension.cs(+32 -0)📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+4 -3)📄 Description
The API requires an array type and does not support runtime generated default value. Use server side helper function to sanitize it into char.
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.