aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Channels/ChannelPostScanTask.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-04-19 13:39:12 -0400
committerPatrick Barron <barronpm@gmail.com>2020-04-19 13:39:12 -0400
commitf26f44acaf86bb35ff1d2be7cb37a57dee7a47cf (patch)
tree5ad8ada10cc53040cbc5e4a600bb1784d468ba3a /Emby.Server.Implementations/Channels/ChannelPostScanTask.cs
parentc4e6329e58f36c340a65fa216a058ce1fee5507f (diff)
Apply code review suggestions
Diffstat (limited to 'Emby.Server.Implementations/Channels/ChannelPostScanTask.cs')
-rw-r--r--Emby.Server.Implementations/Channels/ChannelPostScanTask.cs3
1 files changed, 1 insertions, 2 deletions
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
{
/// <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
{