From bb228b7d45a67adbf7e3f7173e238175421e2e4b Mon Sep 17 00:00:00 2001 From: to_mo_to <70244515+NLick47@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:10:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E9=9F=B3=E9=A2=91=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5=E6=94=B9=E4=B8=BA=E5=8F=AF=E7=A9=BA?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=20(#311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/Models/DownloadBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DownKyi/Models/DownloadBase.cs b/DownKyi/Models/DownloadBase.cs index e1c924b..8924684 100644 --- a/DownKyi/Models/DownloadBase.cs +++ b/DownKyi/Models/DownloadBase.cs @@ -82,7 +82,7 @@ public class DownloadBase public Quality Resolution { get; set; } // 音频编码 - [SqlSugar.SugarColumn(ColumnName = "audio_codec", ColumnDescription = "音频编码", IsJson = true)] + [SqlSugar.SugarColumn(ColumnName = "audio_codec", ColumnDescription = "音频编码", IsJson = true,IsNullable = true)] public Quality AudioCodec { get; set; } // 文件路径,不包含扩展名,所有内容均以此路径下载