add watermark opacity (#259)

This commit is contained in:
Jason Dove
2021-06-13 20:45:23 -05:00
committed by GitHub
parent 0fb5bfde58
commit 679feb6d21
15 changed files with 3027 additions and 13 deletions
@@ -240,6 +240,9 @@ namespace ErsatzTV.Infrastructure.Migrations
b.Property<int>("Mode")
.HasColumnType("INTEGER");
b.Property<int>("Opacity")
.HasColumnType("INTEGER");
b.Property<int>("Size")
.HasColumnType("INTEGER");