Apply code review suggestions

This commit is contained in:
Patrick Barron
2020-04-19 13:39:12 -04:00
parent c4e6329e58
commit f26f44acaf
3 changed files with 24 additions and 48 deletions

View File

@@ -10,8 +10,7 @@ using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.Channels
{
/// <summary>
/// Channel post scan task.
/// This task removes all non-installed channels from the database.
/// A task to remove all non-installed channels from the database.
/// </summary>
public class ChannelPostScanTask
{