From f26f44acaf86bb35ff1d2be7cb37a57dee7a47cf Mon Sep 17 00:00:00 2001 From: Patrick Barron Date: Sun, 19 Apr 2020 13:39:12 -0400 Subject: Apply code review suggestions --- Emby.Server.Implementations/Channels/ChannelPostScanTask.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Emby.Server.Implementations/Channels/ChannelPostScanTask.cs') diff --git a/Emby.Server.Implementations/Channels/ChannelPostScanTask.cs b/Emby.Server.Implementations/Channels/ChannelPostScanTask.cs index f48b0a7fa..eeb49b8fe 100644 --- a/Emby.Server.Implementations/Channels/ChannelPostScanTask.cs +++ b/Emby.Server.Implementations/Channels/ChannelPostScanTask.cs @@ -10,8 +10,7 @@ using Microsoft.Extensions.Logging; namespace Emby.Server.Implementations.Channels { /// - /// 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. /// public class ChannelPostScanTask { -- cgit v1.2.3