[PR #13843] [MERGED] Fix indices and update of ItemValues #13736

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13843
Author: @Shadowghost
Created: 4/5/2025
Status: Merged
Merged: 4/5/2025
Merged by: @crobibero

Base: masterHead: fix-item-values-indices


📝 Commits (1)

  • 8692ddc Fix indices and update of ItemValues

📊 Changes

5 files changed (+1747 additions, -3 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+1 -1)
📝 src/Jellyfin.Database/Jellyfin.Database.Implementations/ModelConfiguration/ItemValuesConfiguration.cs (+2 -1)
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250405075612_FixItemValuesIndices.Designer.cs (+1694 -0)
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250405075612_FixItemValuesIndices.cs (+47 -0)
📝 src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs (+3 -1)

📄 Description

The unique index should be against Value, not CleanValue

Changes

  • Fix Indices
  • Fix cache when saving multiple items

🔄 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/13843 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 4/5/2025 **Status:** ✅ Merged **Merged:** 4/5/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-item-values-indices` --- ### 📝 Commits (1) - [`8692ddc`](https://github.com/jellyfin/jellyfin/commit/8692ddc7072b0071a75aec5fc245ec610ab286ef) Fix indices and update of ItemValues ### 📊 Changes **5 files changed** (+1747 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+1 -1) 📝 `src/Jellyfin.Database/Jellyfin.Database.Implementations/ModelConfiguration/ItemValuesConfiguration.cs` (+2 -1) ➕ `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250405075612_FixItemValuesIndices.Designer.cs` (+1694 -0) ➕ `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250405075612_FixItemValuesIndices.cs` (+47 -0) 📝 `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs` (+3 -1) </details> ### 📄 Description The unique index should be against `Value`, not `CleanValue` **Changes** * Fix Indices * Fix cache when saving multiple items --- <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:18:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13736