Files
ersatztv/ErsatzTV.Application/Streaming/Queries/GetLastPtsDuration.cs
T

6 lines
170 B
C#

using ErsatzTV.Core;
namespace ErsatzTV.Application.Streaming;
public record GetLastPtsDuration(string ChannelNumber) : IRequest<Either<BaseError, PtsAndDuration>>;