فهرست منبع

Remove comments

ferferga 5 سال پیش
والد
کامیت
30c1170a55
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs

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

@@ -97,25 +97,18 @@ namespace Emby.Server.Implementations.ScheduledTasks
             progress.Report(100);
         }
 
-        /// <inheritdoc />
         public string Name => _localization.GetLocalizedString("TaskUpdatePlugins");
 
-        /// <inheritdoc />
         public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
 
-        /// <inheritdoc />
         public string Category => _localization.GetLocalizedString("TasksApplication");
 
-        /// <inheritdoc />
         public string Key => "PluginUpdates";
 
-        /// <inheritdoc />
         public bool IsHidden => false;
 
-        /// <inheritdoc />
         public bool IsEnabled => true;
 
-        /// <inheritdoc />
         public bool IsLogged => true;
     }
 }