Merge remote-tracking branch 'jellyfinorigin/master' into feature/DatabaseRefactor

This commit is contained in:
JPVenson
2025-02-19 18:25:00 +00:00
84 changed files with 2561 additions and 688 deletions

View File

@@ -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; }