mirror of https://github.com/ErsatzTV/ErsatzTV.git
2 changed files with 7 additions and 0 deletions
@ -1,7 +1,9 @@
@@ -1,7 +1,9 @@
|
||||
using System.Collections.Generic; |
||||
using System.Diagnostics; |
||||
using ErsatzTV.Core.Domain; |
||||
|
||||
namespace ErsatzTV.Core.Scheduling |
||||
{ |
||||
[DebuggerDisplay("{First}")] |
||||
public record GroupedMediaItem(MediaItem First, List<MediaItem> Additional); |
||||
} |
||||
|
||||
Loading…
Reference in new issue