mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13581] [CLOSED] chore: Apply automatic refactoring #13633
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/13581
Author: @magom001
Created: 2/18/2025
Status: ❌ Closed
Base:
master← Head:chore/apply-auto-refactoring📝 Commits (1)
f498c4fchore: Apply automatic refactoring📊 Changes
1405 files changed (+109504 additions, -111091 deletions)
View changed files
📝
Directory.Build.props(+6 -4)📝
Emby.Naming/Audio/AlbumParser.cs(+43 -44)📝
Emby.Naming/Audio/AudioFileParser.cs(+13 -14)📝
Emby.Naming/AudioBook/AudioBookFileInfo.cs(+58 -59)📝
Emby.Naming/AudioBook/AudioBookFilePathParser.cs(+39 -40)📝
Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs(+12 -13)📝
Emby.Naming/AudioBook/AudioBookInfo.cs(+43 -44)📝
Emby.Naming/AudioBook/AudioBookListResolver.cs(+109 -110)📝
Emby.Naming/AudioBook/AudioBookNameParser.cs(+41 -42)📝
Emby.Naming/AudioBook/AudioBookNameParserResult.cs(+12 -13)📝
Emby.Naming/AudioBook/AudioBookResolver.cs(+36 -37)📝
Emby.Naming/Common/EpisodeExpression.cs(+52 -53)📝
Emby.Naming/Common/MediaType.cs(+16 -17)📝
Emby.Naming/Common/NamingOptions.cs(+857 -858)📝
Emby.Naming/Emby.Naming.csproj(+0 -3)📝
Emby.Naming/ExternalFiles/ExternalPathParser.cs(+96 -97)📝
Emby.Naming/ExternalFiles/ExternalPathParserResult.cs(+47 -48)📝
Emby.Naming/TV/EpisodeInfo.cs(+74 -75)📝
Emby.Naming/TV/EpisodePathParser.cs(+163 -164)📝
Emby.Naming/TV/EpisodePathParserResult.cs(+50 -51)...and 80 more files
📄 Description
Changes
Almost all changes are done by IDE automation:
namespace ...;notationforwithforeachCleaned up .csproj files: moved common properties to
Directory.Build.Props.As part of #2149 replaced
ListwithICollection/IReadOnlyListwhere no other code changes were required.Remark: I was hoping that git got smarter and would be able to recognize whitespace changes for what they are. Not the case. I understand if this PR is rejected. This refactoring can be ignored in the git history with
git-revs-ignore-blame.Issues
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.