[PR #13553] [MERGED] Change BaseItemEntity ChannelId to nullable Guid #13623

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13553
Author: @crobibero
Created: 2/14/2025
Status: Merged
Merged: 2/15/2025
Merged by: @Bond-009

Base: masterHead: efcore-livetv-epg


📝 Commits (1)

  • debc499 Change BaseItemEntity ChannelId to nullable Guid

📊 Changes

6 files changed (+1624 additions, -8 deletions)

View changed files

📝 Jellyfin.Data/Entities/BaseItemEntity.cs (+1 -1)
📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+3 -4)
Jellyfin.Server.Implementations/Migrations/20250214031148_ChannelIdGuid.Designer.cs (+1595 -0)
Jellyfin.Server.Implementations/Migrations/20250214031148_ChannelIdGuid.cs (+22 -0)
📝 Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs (+2 -2)
📝 Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs (+1 -1)

📄 Description

Part of https://github.com/jellyfin/jellyfin/issues/13047
Fixes: https://github.com/jellyfin/jellyfin/issues/13164

BaseItem.ChannelId has been a Guid since Jellyfin's inception, should be safe to change the db model to reflect that.


🔄 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/13553 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `efcore-livetv-epg` --- ### 📝 Commits (1) - [`debc499`](https://github.com/jellyfin/jellyfin/commit/debc4997119d4ee2382ed2b31a2d4e38deace1d9) Change BaseItemEntity ChannelId to nullable Guid ### 📊 Changes **6 files changed** (+1624 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Data/Entities/BaseItemEntity.cs` (+1 -1) 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+3 -4) ➕ `Jellyfin.Server.Implementations/Migrations/20250214031148_ChannelIdGuid.Designer.cs` (+1595 -0) ➕ `Jellyfin.Server.Implementations/Migrations/20250214031148_ChannelIdGuid.cs` (+22 -0) 📝 `Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs` (+2 -2) 📝 `Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs` (+1 -1) </details> ### 📄 Description Part of https://github.com/jellyfin/jellyfin/issues/13047 Fixes: https://github.com/jellyfin/jellyfin/issues/13164 BaseItem.ChannelId has been a Guid since Jellyfin's inception, should be safe to change the db model to reflect that. --- <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:16:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13623