Browse Source

Don't trigger CA1805 warning

pull/2682/head
Carson Kompon 8 months ago committed by Jason Dove
parent
commit
052fd5466c
No known key found for this signature in database
  1. 2
      ErsatzTV.Core/Scheduling/YamlScheduling/Models/YamlPlayoutSchedule.cs

2
ErsatzTV.Core/Scheduling/YamlScheduling/Models/YamlPlayoutSchedule.cs

@ -15,7 +15,7 @@ public class YamlPlayoutSchedule @@ -15,7 +15,7 @@ public class YamlPlayoutSchedule
/// <summary>
/// Priority for schedule matching. Higher values are checked first. Default is 0.
/// </summary>
public int Priority { get; set; } = 0;
public int Priority { get; set; }
public List<YamlPlayoutInstruction> Reset { get; set; } = [];

Loading…
Cancel
Save