ffmpeg and ffprobe validation fixes (#63)
* abort building playout if any collection contains a zero-duration item * surface errors calling ffprobe * improve ffmpeg/ffprobe path validation
This commit is contained in:
@@ -56,7 +56,6 @@ namespace ErsatzTV.Services
|
||||
await ScanLocalMediaSources(cancellationToken);
|
||||
}
|
||||
|
||||
|
||||
private async Task BuildPlayouts(CancellationToken cancellationToken)
|
||||
{
|
||||
using IServiceScope scope = _serviceScopeFactory.CreateScope();
|
||||
|
||||
Reference in New Issue
Block a user