mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Merge remote-tracking branch 'jellyfinorigin/master' into feature/DatabaseRefactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user