mirror of https://github.com/ErsatzTV/ErsatzTV.git
7 changed files with 48 additions and 19 deletions
@ -1,4 +1,8 @@ |
|||||||
namespace ErsatzTV.Application.Troubleshooting; |
namespace ErsatzTV.Application.Troubleshooting; |
||||||
|
|
||||||
public record ArchiveTroubleshootingResults(int MediaItemId, int FFmpegProfileId, int WatermarkId) |
public record ArchiveTroubleshootingResults( |
||||||
|
int MediaItemId, |
||||||
|
int FFmpegProfileId, |
||||||
|
int WatermarkId, |
||||||
|
bool StartFromBeginning) |
||||||
: IRequest<Option<string>>; |
: IRequest<Option<string>>; |
||||||
|
|||||||
Loading…
Reference in new issue