瀏覽代碼

remove useless comments

dkanada 6 年之前
父節點
當前提交
aadf7676d1

+ 0 - 12
Emby.Server.Implementations/ScheduledTasks/Tasks/ChapterImagesTask.cs

@@ -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";
         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.";
         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 Category => "Library";
 
 
         public string Key => "RefreshChapterImages";
         public string Key => "RefreshChapterImages";

+ 0 - 16
Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs

@@ -158,30 +158,14 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
             }
             }
         }
         }
 
 
-        /// <summary>
-        /// Gets the name of the task
-        /// </summary>
-        /// <value>The name.</value>
         public string Name => "Cache file cleanup";
         public string Name => "Cache file cleanup";
 
 
-        /// <summary>
-        /// Gets the description.
-        /// </summary>
-        /// <value>The description.</value>
         public string Description => "Deletes cache files no longer needed by the system";
         public string Description => "Deletes cache files no longer needed by the system";
 
 
-        /// <summary>
-        /// Gets the category.
-        /// </summary>
-        /// <value>The category.</value>
         public string Category => "Maintenance";
         public string Category => "Maintenance";
 
 
         public string Key => "DeleteCacheFiles";
         public string Key => "DeleteCacheFiles";
 
 
-        /// <summary>
-        /// Gets a value indicating whether this instance is hidden.
-        /// </summary>
-        /// <value><c>true</c> if this instance is hidden; otherwise, <c>false</c>.</value>
         public bool IsHidden => false;
         public bool IsHidden => false;
 
 
         public bool IsEnabled => true;
         public bool IsEnabled => true;

+ 0 - 16
Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs

@@ -81,30 +81,14 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
             return Task.CompletedTask;
             return Task.CompletedTask;
         }
         }
 
 
-        /// <summary>
-        /// Gets the name of the task
-        /// </summary>
-        /// <value>The name.</value>
         public string Name => "Log file cleanup";
         public string Name => "Log file cleanup";
 
 
-        /// <summary>
-        /// Gets the description.
-        /// </summary>
-        /// <value>The description.</value>
         public string Description => string.Format("Deletes log files that are more than {0} days old.", ConfigurationManager.CommonConfiguration.LogFileRetentionDays);
         public string Description => string.Format("Deletes log files that are more than {0} days old.", ConfigurationManager.CommonConfiguration.LogFileRetentionDays);
 
 
-        /// <summary>
-        /// Gets the category.
-        /// </summary>
-        /// <value>The category.</value>
         public string Category => "Maintenance";
         public string Category => "Maintenance";
 
 
         public string Key => "CleanLogFiles";
         public string Key => "CleanLogFiles";
 
 
-        /// <summary>
-        /// Gets a value indicating whether this instance is hidden.
-        /// </summary>
-        /// <value><c>true</c> if this instance is hidden; otherwise, <c>false</c>.</value>
         public bool IsHidden => false;
         public bool IsHidden => false;
 
 
         public bool IsEnabled => true;
         public bool IsEnabled => true;

+ 0 - 12
Emby.Server.Implementations/ScheduledTasks/Tasks/PeopleValidationTask.cs

@@ -58,22 +58,10 @@ namespace Emby.Server.Implementations.ScheduledTasks
             return _libraryManager.ValidatePeople(cancellationToken, progress);
             return _libraryManager.ValidatePeople(cancellationToken, progress);
         }
         }
 
 
-        /// <summary>
-        /// Gets the name of the task
-        /// </summary>
-        /// <value>The name.</value>
         public string Name => "Refresh people";
         public string Name => "Refresh people";
 
 
-        /// <summary>
-        /// Gets the description.
-        /// </summary>
-        /// <value>The description.</value>
         public string Description => "Updates metadata for actors and directors in your media library.";
         public string Description => "Updates metadata for actors and directors in your media library.";
 
 
-        /// <summary>
-        /// Gets the category.
-        /// </summary>
-        /// <value>The category.</value>
         public string Category => "Library";
         public string Category => "Library";
 
 
         public string Key => "RefreshPeople";
         public string Key => "RefreshPeople";

+ 0 - 8
Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs

@@ -105,16 +105,8 @@ namespace Emby.Server.Implementations.ScheduledTasks
             progress.Report(100);
             progress.Report(100);
         }
         }
 
 
-        /// <summary>
-        /// Gets the name of the task
-        /// </summary>
-        /// <value>The name.</value>
         public string Name => "Check for plugin updates";
         public string Name => "Check for plugin updates";
 
 
-        /// <summary>
-        /// Gets the description.
-        /// </summary>
-        /// <value>The description.</value>
         public string Description => "Downloads and installs updates for plugins that are configured to update automatically.";
         public string Description => "Downloads and installs updates for plugins that are configured to update automatically.";
 
 
         public string Category => "Application";
         public string Category => "Application";

+ 0 - 12
Emby.Server.Implementations/ScheduledTasks/Tasks/RefreshMediaLibraryTask.cs

@@ -58,22 +58,10 @@ namespace Emby.Server.Implementations.ScheduledTasks
             return ((LibraryManager)_libraryManager).ValidateMediaLibraryInternal(progress, cancellationToken);
             return ((LibraryManager)_libraryManager).ValidateMediaLibraryInternal(progress, cancellationToken);
         }
         }
 
 
-        /// <summary>
-        /// Gets the name.
-        /// </summary>
-        /// <value>The name.</value>
         public string Name => "Scan media library";
         public string Name => "Scan media library";
 
 
-        /// <summary>
-        /// Gets the description.
-        /// </summary>
-        /// <value>The description.</value>
         public string Description => "Scans your media library and refreshes metatata based on configuration.";
         public string Description => "Scans your media library and refreshes metatata based on configuration.";
 
 
-        /// <summary>
-        /// Gets the category.
-        /// </summary>
-        /// <value>The category.</value>
         public string Category => "Library";
         public string Category => "Library";
 
 
         public string Key => "RefreshLibrary";
         public string Key => "RefreshLibrary";