mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 21:37:59 +03:00
[PR #16123] [CLOSED] Fix migration batching and folder refresh recursion #14533
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/16123
Author: @ZeusCraft10
Created: 1/27/2026
Status: ❌ Closed
Base:
master← Head:fix/db-migration-recursion📝 Commits (2)
74f13b9Add Cursor rules for Jellyfin project3df7a05Fix migration batching and folder refresh recursion📊 Changes
13 files changed (+1509 additions, -27 deletions)
View changed files
➕
.cursor/rules/README.md(+102 -0)➕
.cursor/rules/VERIFICATION.md(+119 -0)➕
.cursor/rules/controller-patterns.mdc(+123 -0)➕
.cursor/rules/csharp-standards.mdc(+160 -0)➕
.cursor/rules/database-conventions.mdc(+149 -0)➕
.cursor/rules/dependency-injection.mdc(+140 -0)➕
.cursor/rules/error-handling.mdc(+203 -0)➕
.cursor/rules/logging-conventions.mdc(+157 -0)➕
.cursor/rules/project-overview.mdc(+97 -0)➕
.cursor/rules/testing-patterns.mdc(+156 -0)📝
.gitignore(+3 -0)📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs(+85 -21)📝
MediaBrowser.Controller/Entities/Folder.cs(+15 -6)📄 Description
Summary
Related Issues
Test Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.