mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
chore: remove repetitive words
Signed-off-by: standstaff <zhengxingru@yeah.net>
This commit is contained in:
@@ -24,7 +24,7 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// <param name="lastResult">Result of the last run triggered task.</param>
|
||||
/// <param name="logger">The <see cref="ILogger"/>.</param>
|
||||
/// <param name="taskName">The name of the task.</param>
|
||||
/// <param name="isApplicationStartup">Whether or not this is is fired during startup.</param>
|
||||
/// <param name="isApplicationStartup">Whether or not this is fired during startup.</param>
|
||||
void Start(TaskResult? lastResult, ILogger logger, string taskName, bool isApplicationStartup);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user