Document ChannelPostScanTask.cs

This commit is contained in:
Patrick Barron
2020-04-14 15:36:29 -04:00
parent 2c920cff33
commit c8e26b6d46
2 changed files with 18 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ namespace Emby.Server.Implementations.Channels
await manager.RefreshChannels(new SimpleProgress<double>(), cancellationToken).ConfigureAwait(false);
await new ChannelPostScanTask(_channelManager, _userManager, _logger, _libraryManager).Run(progress, cancellationToken)
await new ChannelPostScanTask(_channelManager, _logger, _libraryManager).Run(progress, cancellationToken)
.ConfigureAwait(false);
}