mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5188] [MERGED] Exclude BOM when writing meta.json plugin manifest #10423
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/5188
Author: @cvium
Created: 2/8/2021
Status: ✅ Merged
Merged: 2/8/2021
Merged by: @Bond-009
Base:
master← Head:fix_manifest_bom📝 Commits (1)
311b2f5Exclude BOM when writing meta.json plugin manifest📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Plugins/PluginManager.cs(+1 -1)📄 Description
https://docs.microsoft.com/en-us/dotnet/api/system.io.file.writealltext?view=net-5.0#System_IO_File_WriteAllText_System_String_System_String_
TL;DR: BOM bad. JsonSerializer go boom. https://github.com/dotnet/runtime/issues/29838
Stack trace:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.