* add collection content to yaml playout * add smart_collection content * add multi_collection content * add playlist content
7 lines
177 B
C#
7 lines
177 B
C#
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
|
|
|
|
public class YamlPlayoutContentCollectionItem : YamlPlayoutContentItem
|
|
{
|
|
public string Collection { get; set; }
|
|
}
|