remove useless comments

This commit is contained in:
dkanada
2019-01-31 15:23:34 +09:00
parent 08ca1337a9
commit aadf7676d1
6 changed files with 0 additions and 76 deletions

View File

@@ -159,22 +159,10 @@ namespace Emby.Server.Implementations.ScheduledTasks
}
}
/// <summary>
/// Gets the name of the task
/// </summary>
/// <value>The name.</value>
public string Name => "Chapter image extraction";
/// <summary>
/// Gets the description.
/// </summary>
/// <value>The description.</value>
public string Description => "Creates thumbnails for videos that have chapters.";
/// <summary>
/// Gets the category.
/// </summary>
/// <value>The category.</value>
public string Category => "Library";
public string Key => "RefreshChapterImages";