[PR #14341] [MERGED] Cleanup Migration #13951

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14341
Author: @Shadowghost
Created: 6/18/2025
Status: Merged
Merged: 6/22/2025
Merged by: @nielsvanvelzen

Base: masterHead: misc


📝 Commits (4)

  • ccb917b Cleanup logging and user data import skip on missing user
  • 989aef1 Update Jellyfin.Server.Implementations/Item/BaseItemRepository.cs
  • b231246 Update Jellyfin.Server.Implementations/Item/BaseItemRepository.cs
  • af0bcbc Fixup

📊 Changes

2 files changed (+44 additions, -43 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+12 -12)
📝 Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs (+32 -31)

📄 Description

Changes

  • Always skip user data import once recognized that user is missing
  • Fix some log entries and capitalization
  • Deserialise -> Deserialize

🔄 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/14341 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `misc` --- ### 📝 Commits (4) - [`ccb917b`](https://github.com/jellyfin/jellyfin/commit/ccb917b8df4c6ff80530fdd9fb6fdc23871bab51) Cleanup logging and user data import skip on missing user - [`989aef1`](https://github.com/jellyfin/jellyfin/commit/989aef18af13bf3f52288a7576033d7334f0702c) Update Jellyfin.Server.Implementations/Item/BaseItemRepository.cs - [`b231246`](https://github.com/jellyfin/jellyfin/commit/b2312466e11be93ea482d41630a9a2de669cec11) Update Jellyfin.Server.Implementations/Item/BaseItemRepository.cs - [`af0bcbc`](https://github.com/jellyfin/jellyfin/commit/af0bcbc652f56c6b40214fce37c69b9c825aa141) Fixup ### 📊 Changes **2 files changed** (+44 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+12 -12) 📝 `Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs` (+32 -31) </details> ### 📄 Description **Changes** * Always skip user data import once recognized that user is missing * Fix some log entries and capitalization * `Deserialise` -> `Deserialize` --- <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:21:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13951