更新 ChineseNfoRegistry 类,增强日志记录以反映季号和集号的比较结果,改进路径和参数验证逻辑。
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 9s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
孙诚
2025-04-21 17:27:19 +08:00
parent 694db295a9
commit d379f516c5
2 changed files with 46 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ public class NotifyController : BaseController
if (jsonObj["release"] != null)
{
var gb = (jsonObj["release"]!.ToObject<decimal>() / 1024M / 1024M / 1024M).ToString("0.##");
var gb = jsonObj["release"]!.ToObject<string>();
notify += @$"
索引器:<font color='info'> {jsonObj["release"]!["indexer"]} </font>
<font color='info'> {jsonObj["release"]!["releaseGroup"]}({jsonObj["release"]!["quality"] ?? jsonObj["downloadInfo"]!["quality"]}) </font>