mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14784] [MERGED] Avoid constant arrays as arguments #14114
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/14784
Author: @Bond-009
Created: 9/12/2025
Status: ✅ Merged
Merged: 9/12/2025
Merged by: @crobibero
Base:
master← Head:chararrayallocs📝 Commits (1)
4cb655bAvoid constant arrays as arguments📊 Changes
5 files changed (+26 additions, -21 deletions)
View changed files
📝
.editorconfig(+3 -0)📝
MediaBrowser.Controller/Extensions/XmlReaderExtensions.cs(+4 -4)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs(+8 -7)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+8 -6)📝
src/Jellyfin.LiveTv/TunerHosts/M3uParser.cs(+3 -4)📄 Description
Should reduce the amount of char[] allocations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.