mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
fix: 优化项目代码
1、修复部分字幕下载问题 2、修复自定义aria2设置出错问题
This commit is contained in:
@@ -7,11 +7,11 @@ public class DisplayFileNamePart : BindableBase
|
||||
{
|
||||
public FileNamePart Id { get; set; }
|
||||
|
||||
private string title;
|
||||
private string _title;
|
||||
|
||||
public string Title
|
||||
{
|
||||
get => title;
|
||||
set => SetProperty(ref title, value);
|
||||
get => _title;
|
||||
set => SetProperty(ref _title, value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user