mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12548] [MERGED] Remove BOM from UTF-8 files #13249
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/12548
Author: @Bond-009
Created: 8/30/2024
Status: ✅ Merged
Merged: 9/6/2024
Merged by: @nielsvanvelzen
Base:
master← Head:utf8bom📝 Commits (1)
97a02f5Remove 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.