mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 22:32:57 +01:00
Change BaseItemEntity ChannelId to nullable Guid
This commit is contained in:
@@ -22,7 +22,7 @@ public class BaseItemEntity
|
||||
|
||||
public DateTime? EndDate { get; set; }
|
||||
|
||||
public string? ChannelId { get; set; }
|
||||
public Guid? ChannelId { get; set; }
|
||||
|
||||
public bool IsMovie { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user