更新 ChineseNfoRegistry 类,增强日志记录以反映季号和集号的比较结果,改进路径和参数验证逻辑。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user