add cover art watermark source (#491)

* add cover art watermark source

* update changelog
This commit is contained in:
Jason Dove
2021-11-23 10:02:36 -06:00
committed by GitHub
parent 852728c816
commit ac048b72ae
11 changed files with 88 additions and 48 deletions
+2 -1
View File
@@ -45,6 +45,7 @@
public enum ChannelWatermarkImageSource
{
Custom = 0,
ChannelLogo = 1
ChannelLogo = 1,
CoverArt = 2
}
}