add better check for interlaced content (#2620)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user