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

@@ -673,7 +673,7 @@ public class MigrateLibraryDb : IMigrationRoutine
entity.EndDate = endDate;
}
if (reader.TryGetString(index++, out var guid))
if (reader.TryGetGuid(index++, out var guid))
{
entity.ChannelId = guid;
}