Update comment for clarity and log write operation in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-03-19 14:40:16 +08:00
parent 1b837f6953
commit cde3ada5a9

View File

@@ -230,8 +230,9 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
try
{
// 尝试放开文件的读写权限
// 尝试放开Linux文件的读写权限
File.SetAttributes(seasonFile, FileAttributes.Normal);
Console.WriteLine("Write to " + seasonFile);
episodeXml.Save(seasonFile);
}
catch (Exception e)