* clean up block playout preview logic * fix some bugs with playout templates editor * fix mysql migration
4 lines
117 B
C#
4 lines
117 B
C#
namespace ErsatzTV.Core.Interfaces.Scheduling;
|
|
|
|
public interface IBlockPlayoutPreviewBuilder : IBlockPlayoutBuilder;
|