remove framerate normalization (#253)

This commit is contained in:
Jason Dove
2021-06-11 18:04:16 -05:00
committed by GitHub
parent 7d852bc960
commit 5b36252dd0
19 changed files with 2920 additions and 77 deletions
@@ -406,9 +406,6 @@ namespace ErsatzTV.Infrastructure.Migrations
b.Property<int>("AudioSampleRate")
.HasColumnType("INTEGER");
b.Property<string>("FrameRate")
.HasColumnType("TEXT");
b.Property<int>("HardwareAcceleration")
.HasColumnType("INTEGER");