Fix 12 code analysis errors in MediaEncoding projects - use LoggerMessage source generators and specific exception types
This commit is contained in:
@@ -56,6 +56,8 @@ public class KeyframeExtractionScheduledTask : IScheduledTask
|
||||
/// <inheritdoc />
|
||||
public Task ExecuteAsync(IProgress<double> progress, CancellationToken cancellationToken)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(progress);
|
||||
|
||||
var query = new InternalItemsQuery
|
||||
{
|
||||
MediaTypes = [MediaType.Video],
|
||||
|
||||
Reference in New Issue
Block a user