* use blurred cover art as song background * use channel watermark when cover art is unavailable * add drawtext to song filter * cleanup * force song cover art as png * fix songs on windows and qsv
7 lines
103 B
C#
7 lines
103 B
C#
namespace ErsatzTV.Core.Domain
|
|
{
|
|
public class FallbackMediaVersion : MediaVersion
|
|
{
|
|
}
|
|
}
|