* add basic mpegts script * use custom mpegts script * update changelog
6 lines
139 B
C#
6 lines
139 B
C#
using ErsatzTV.Core.FFmpeg;
|
|
|
|
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record GetMpegTsScripts : IRequest<List<MpegTsScript>>;
|