mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13553] [MERGED] Change BaseItemEntity ChannelId to nullable Guid #13623
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/13553
Author: @crobibero
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @Bond-009
Base:
master← Head:efcore-livetv-epg📝 Commits (1)
debc499Change 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.