fix: 将音频编码字段改为可空类型 (#311)

This commit is contained in:
to_mo_to
2025-06-11 23:10:05 +08:00
committed by GitHub
parent fd88b28951
commit bb228b7d45

View File

@@ -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; }
// 文件路径,不包含扩展名,所有内容均以此路径下载