* add channel playout source (doesn't do anything yet) * configure mirror channel * fix mirror playback * sync epg for mirror channel * update changelog
8 lines
104 B
C#
8 lines
104 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public enum ChannelPlayoutSource
|
|
{
|
|
Generated = 0,
|
|
Mirror = 1
|
|
}
|