6 lines
173 B
C#
6 lines
173 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Streaming;
|
|
|
|
public record TouchFFmpegSession(string Path) : IRequest<Either<BaseError, Unit>>, IFFmpegWorkerRequest;
|