* upgrade dependencies * allow blocks with same name in different groups * code cleanup
8 lines
257 B
C#
8 lines
257 B
C#
using ErsatzTV.Core;
|
|
using ErsatzTV.Core.FFmpeg;
|
|
|
|
namespace ErsatzTV.Application.Streaming;
|
|
|
|
public record GetConcatPlaylistByChannelNumber(string Scheme, string Host, string ChannelNumber, string Mode)
|
|
: IRequest<Either<BaseError, ConcatPlaylist>>;
|