add subchannel support (#53)

This commit is contained in:
Jason Dove
2021-03-09 02:46:22 +00:00
committed by GitHub
parent c2cbb1d5ff
commit d53a2f8bbf
26 changed files with 1581 additions and 35 deletions
@@ -80,8 +80,8 @@ namespace ErsatzTV.Infrastructure.Migrations
b.Property<string>("Name")
.HasColumnType("TEXT");
b.Property<int>("Number")
.HasColumnType("INTEGER");
b.Property<string>("Number")
.HasColumnType("TEXT");
b.Property<int>("StreamingMode")
.HasColumnType("INTEGER");