mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14028] [MERGED] Cleanup Tasks and Validators #13805
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/14028
Author: @Shadowghost
Created: 4/30/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @Bond-009
Base:
master← Head:cleanup-tasks📝 Commits (1)
5c9f70cCleanup Tasks and Validators📊 Changes
28 files changed (+2199 additions, -2241 deletions)
View changed files
📝
Emby.Server.Implementations/Library/Validators/ArtistsPostScanTask.cs(+34 -35)📝
Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs(+78 -79)📝
Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs(+107 -110)📝
Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs(+34 -35)📝
Emby.Server.Implementations/Library/Validators/GenresValidator.cs(+75 -76)📝
Emby.Server.Implementations/Library/Validators/MusicGenresPostScanTask.cs(+34 -35)📝
Emby.Server.Implementations/Library/Validators/MusicGenresValidator.cs(+58 -59)📝
Emby.Server.Implementations/Library/Validators/PeopleValidator.cs(+88 -93)📝
Emby.Server.Implementations/Library/Validators/StudiosPostScanTask.cs(+34 -35)📝
Emby.Server.Implementations/Library/Validators/StudiosValidator.cs(+75 -76)📝
Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs(+493 -494)📝
Emby.Server.Implementations/ScheduledTasks/TaskManager.cs(+189 -190)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs(+6 -9)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/ChapterImagesTask.cs(+112 -116)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanActivityLogTask.cs(+50 -51)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs(+5 -6)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs(+101 -102)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs(+65 -65)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodeFileTask.cs(+84 -87)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/MediaSegmentExtractionTask.cs(+2 -2)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.