chore: remove repetitive words

Signed-off-by: standstaff <zhengxingru@yeah.net>
This commit is contained in:
standstaff
2024-03-15 17:08:03 +08:00
parent 231daa38dd
commit 64b7f0f721
3 changed files with 4 additions and 4 deletions

View File

@@ -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>