Skip to content

Commit d989b49

Browse files
committed
修复可空内容
1 parent 929143b commit d989b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnetCampus.FileDownloader.WPF/Business/DownloadFileListManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class DownloadFileListManager
1717
/// 读取本地存储的下载列表
1818
/// </summary>
1919
/// <returns></returns>
20-
public async Task<List<DownloadFileInfo>> ReadDownloadedFileListAsync()
20+
public async Task<List<DownloadFileInfo>?> ReadDownloadedFileListAsync()
2121
{
2222
var file = GetStorageFilePath();
2323

0 commit comments

Comments
 (0)