[PR #12548] [MERGED] Remove BOM from UTF-8 files #13249

Closed
opened 2026-02-07 07:09:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12548
Author: @Bond-009
Created: 8/30/2024
Status: Merged
Merged: 9/6/2024
Merged by: @nielsvanvelzen

Base: masterHead: utf8bom


📝 Commits (1)

  • 97a02f5 Remove BOM from UTF-8 files

📊 Changes

284 files changed (+284 additions, -284 deletions)

View changed files

📝 Emby.Naming/Video/FileStackRule.cs (+1 -1)
📝 Jellyfin.Api/Attributes/AcceptsFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/ProducesAudioFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/ProducesFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/ProducesImageFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/ProducesPlaylistFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Attributes/ProducesVideoFileAttribute.cs (+1 -1)
📝 Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationHandler.cs (+1 -1)
📝 Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationRequirement.cs (+1 -1)
📝 Jellyfin.Api/Auth/FirstTimeSetupPolicy/FirstTimeSetupRequirement.cs (+1 -1)
📝 Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs (+1 -1)
📝 Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessRequirement.cs (+1 -1)
📝 Jellyfin.Api/Auth/UserPermissionPolicy/UserPermissionHandler.cs (+1 -1)
📝 Jellyfin.Api/Auth/UserPermissionPolicy/UserPermissionRequirement.cs (+1 -1)
📝 Jellyfin.Api/Constants/InternalClaimTypes.cs (+1 -1)
📝 Jellyfin.Api/Controllers/ClientLogController.cs (+1 -1)
📝 Jellyfin.Api/Controllers/LiveTvController.cs (+1 -1)
📝 Jellyfin.Api/Extensions/ClaimsPrincipalExtensions.cs (+1 -1)

...and 80 more files

📄 Description

I think some people need to change their IDE configuration ;)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12548 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `utf8bom` --- ### 📝 Commits (1) - [`97a02f5`](https://github.com/jellyfin/jellyfin/commit/97a02f58039855eb1e3e23686d4fe5bee1fbd15e) Remove BOM from UTF-8 files ### 📊 Changes **284 files changed** (+284 additions, -284 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Video/FileStackRule.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/AcceptsFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/ProducesAudioFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/ProducesFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/ProducesImageFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/ProducesPlaylistFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Attributes/ProducesVideoFileAttribute.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationHandler.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationRequirement.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/FirstTimeSetupPolicy/FirstTimeSetupRequirement.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessRequirement.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/UserPermissionPolicy/UserPermissionHandler.cs` (+1 -1) 📝 `Jellyfin.Api/Auth/UserPermissionPolicy/UserPermissionRequirement.cs` (+1 -1) 📝 `Jellyfin.Api/Constants/InternalClaimTypes.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/ClientLogController.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/LiveTvController.cs` (+1 -1) 📝 `Jellyfin.Api/Extensions/ClaimsPrincipalExtensions.cs` (+1 -1) _...and 80 more files_ </details> ### 📄 Description I think some people need to change their IDE configuration ;) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:09:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13249