6 lines
170 B
C#
6 lines
170 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Streaming;
|
|
|
|
public record GetLastPtsDuration(string ChannelNumber) : IRequest<Either<BaseError, PtsAndDuration>>;
|