自定义收藏夹bug

This commit is contained in:
jianzhichu
2026-03-26 20:07:42 +08:00
parent 8f738f1714
commit 63f44adeca
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1446,7 +1446,7 @@ namespace dy.net.job
//VideoTitleSimplify = VideoType == VideoTypeEnum.dy_follows? GetVideoSimplifyTitle(item):string.Empty,
Id = IdGener.GetLong().ToString(),
Resolution = $"{bitRate.PlayAddr.Width}×{bitRate.PlayAddr.Height}",
FileSize = bitRate.PlayAddr.DataSize,
FileSize = bitRate.PlayAddr.DataSize ?? 0,
FileHash = bitRate.PlayAddr.FileHash,
Tag1 = tag1,
Tag2 = tag2,