* show reset playout build failures * fix scheduling trakt list playlists that contain shows
4 lines
118 B
C#
4 lines
118 B
C#
namespace ErsatzTV.Core.Errors;
|
|
|
|
public class SchedulingLoopEncountered() : BaseError("Scheduling loop encountered");
|