Files
ersatztv/ErsatzTV.Application/Channels/Queries/GetChannelStreamSelectors.cs
T
Jason DoveandGitHub f80069bb97 add custom channel stream selector system (#2076)
* add some basic channel stream selector models

* change windows ffmpeg url

* implement basic stream selection

* fixes
2025-06-27 03:00:59 +00:00

4 lines
108 B
C#

namespace ErsatzTV.Application.Channels;
public record GetChannelStreamSelectors : IRequest<List<string>>;