mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-30 19:55:08 -04:00
Remove comments
This commit is contained in:
parent
0778eb20aa
commit
30c1170a55
@ -97,25 +97,18 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
|||||||
progress.Report(100);
|
progress.Report(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public string Name => _localization.GetLocalizedString("TaskUpdatePlugins");
|
public string Name => _localization.GetLocalizedString("TaskUpdatePlugins");
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
|
public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public string Category => _localization.GetLocalizedString("TasksApplication");
|
public string Category => _localization.GetLocalizedString("TasksApplication");
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public string Key => "PluginUpdates";
|
public string Key => "PluginUpdates";
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public bool IsHidden => false;
|
public bool IsHidden => false;
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public bool IsEnabled => true;
|
public bool IsEnabled => true;
|
||||||
|
|
||||||
/// <inheritdoc />
|
|
||||||
public bool IsLogged => true;
|
public bool IsLogged => true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user