[PR #14554] [MERGED] Also migrate IsFolder #14028

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14554
Author: @JPVenson
Created: 7/30/2025
Status: Merged
Merged: 7/31/2025
Merged by: @nielsvanvelzen

Base: masterHead: feature/FixIsFolderMigration


📝 Commits (4)

📊 Changes

2 files changed (+83 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs (+9 -1)
Jellyfin.Server/Migrations/Routines/ReseedFolderFlag.cs (+74 -0)

📄 Description

Migrates missing IsFolder flag

fixes: #14464
fixes: #13576


🔄 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/14554 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `feature/FixIsFolderMigration` --- ### 📝 Commits (4) - [`711e649`](https://github.com/jellyfin/jellyfin/commit/711e649e354262d066d5cca6e1694aa369e59289) Also migrate IsFolder - [`a1eb04d`](https://github.com/jellyfin/jellyfin/commit/a1eb04dc0b1449f52bbb52be16a0fff3b8806523) Add full migration for IsFolder flag - [`ef733c5`](https://github.com/jellyfin/jellyfin/commit/ef733c5acebcb2f14428e180f83ab24e5c9b3c45) use guid instead - [`c8d2f43`](https://github.com/jellyfin/jellyfin/commit/c8d2f436608c631e94461e70c3a7511031d32f58) Add logging ### 📊 Changes **2 files changed** (+83 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs` (+9 -1) ➕ `Jellyfin.Server/Migrations/Routines/ReseedFolderFlag.cs` (+74 -0) </details> ### 📄 Description Migrates missing IsFolder flag fixes: #14464 fixes: #13576 --- <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:23:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14028