* add external json playout * basic local playback works * fallback to streaming from plex * update external json file * update changelog
4 lines
113 B
C#
4 lines
113 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public sealed record PlayoutItemWithPath(PlayoutItem PlayoutItem, string Path);
|