mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
fix: 将音频编码字段改为可空类型 (#311)
This commit is contained in:
@@ -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; }
|
||||
|
||||
// 文件路径,不包含扩展名,所有内容均以此路径下载
|
||||
|
||||
Reference in New Issue
Block a user