[PR #14785] [MERGED] Various cleanups #14115

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14785
Author: @Bond-009
Created: 9/12/2025
Status: Merged
Merged: 9/12/2025
Merged by: @crobibero

Base: masterHead: cleanup6


📝 Commits (4)

  • 07afc67 Improve log message when failing to deserialize cache media info
  • 39a1ec3 Use ctor instead of parsing version from string
  • 7dddbf3 Only search for US release when needed
  • f218415 Use pattern matching for null checks

📊 Changes

9 files changed (+18 additions, -17 deletions)

View changed files

📝 Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs (+1 -1)
📝 Emby.Server.Implementations/Library/MediaSourceManager.cs (+1 -1)
📝 Jellyfin.Server.Implementations/FullSystemBackup/BackupService.cs (+1 -1)
📝 Jellyfin.Server/Filters/AdditionalModelFilter.cs (+1 -1)
📝 Jellyfin.Server/Migrations/JellyfinMigrationService.cs (+3 -3)
📝 Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs (+1 -1)
📝 Jellyfin.Server/ServerSetupApp/SetupServer.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs (+3 -5)
📝 MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs (+6 -3)

📄 Description

No description provided


🔄 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/14785 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `cleanup6` --- ### 📝 Commits (4) - [`07afc67`](https://github.com/jellyfin/jellyfin/commit/07afc67c70d2979182acbe6a4f96409b0aaf06f2) Improve log message when failing to deserialize cache media info - [`39a1ec3`](https://github.com/jellyfin/jellyfin/commit/39a1ec36f06fd997cb5c88569f31d6dee3c15e19) Use ctor instead of parsing version from string - [`7dddbf3`](https://github.com/jellyfin/jellyfin/commit/7dddbf3e84cabe24593ad8cf2e7dd2245ccb119c) Only search for US release when needed - [`f218415`](https://github.com/jellyfin/jellyfin/commit/f21841535776ada442873735a5d42bab524d4677) Use pattern matching for null checks ### 📊 Changes **9 files changed** (+18 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/MediaSourceManager.cs` (+1 -1) 📝 `Jellyfin.Server.Implementations/FullSystemBackup/BackupService.cs` (+1 -1) 📝 `Jellyfin.Server/Filters/AdditionalModelFilter.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/JellyfinMigrationService.cs` (+3 -3) 📝 `Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs` (+1 -1) 📝 `Jellyfin.Server/ServerSetupApp/SetupServer.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs` (+3 -5) 📝 `MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs` (+6 -3) </details> ### 📄 Description _No description provided_ --- <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:24:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14115