Update ViewVideoDetailViewModel.cs

调整注释,之前提交注释写错了
pull/744/head
初十 1 year ago committed by GitHub
parent a7778b464d
commit b31d130ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,7 +186,7 @@ namespace DownKyi.ViewModels
public DelegateCommand InputSearchCommand => inputSearchCommand ?? (inputSearchCommand = new DelegateCommand(ExcuteInputSearchCommand));
/// <summary>
/// 搜索视频输入时间
/// 搜索视频输入事件
/// </summary>
private async void ExcuteInputSearchCommand() {
await Task.Run(() =>

Loading…
Cancel
Save