add better check for interlaced content (#2620)

This commit is contained in:
Jason Dove
2025-11-10 06:39:04 -06:00
committed by GitHub
parent d9cdbc72de
commit d0505cd5c5
24 changed files with 13870 additions and 20 deletions
@@ -1393,6 +1393,9 @@ namespace ErsatzTV.Infrastructure.MySql.Migrations
b.Property<int?>("ImageId")
.HasColumnType("int");
b.Property<double?>("InterlacedRatio")
.HasColumnType("double");
b.Property<int?>("MovieId")
.HasColumnType("int");