fix: 修复拼写错误

This commit is contained in:
姚彪
2023-11-27 22:04:19 +08:00
parent face3bfa69
commit 8febcac737
2 changed files with 3 additions and 2 deletions

View File

@@ -176,6 +176,7 @@
<system:String x:Key="AfterDownloadOperationNone">无</system:String>
<system:String x:Key="AfterDownloadOperationCloseApp">关闭程序</system:String>
<system:String x:Key="AfterDownloadOperationCloseSystem">关闭计算机</system:String>
<system:String x:Key="FFMpegLocation">FFMpeg位置</system:String>
<system:String x:Key="ListenClipboard">监听剪贴板</system:String>
<system:String x:Key="VideoAutoParse">视频自动解析</system:String>
<system:String x:Key="VideoParseScope">视频解析范围:</system:String>

View File

@@ -203,12 +203,12 @@ public class ViewVideoDetailViewModel : ViewModelBase
private DelegateCommand inputSearchCommand;
public DelegateCommand InputSearchCommand =>
inputSearchCommand ?? (inputSearchCommand = new DelegateCommand(ExcuteInputSearchCommand));
inputSearchCommand ?? (inputSearchCommand = new DelegateCommand(ExecuteInputSearchCommand));
/// <summary>
/// 搜索视频输入事件
/// </summary>
private async void ExcuteInputSearchCommand()
private async void ExecuteInputSearchCommand()
{
await Task.Run(() =>
{