Update comment for clarity and log write operation in ChineseNfoRegistry
This commit is contained in:
@@ -230,8 +230,9 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// 尝试放开文件的读写权限
|
// 尝试放开Linux文件的读写权限
|
||||||
File.SetAttributes(seasonFile, FileAttributes.Normal);
|
File.SetAttributes(seasonFile, FileAttributes.Normal);
|
||||||
|
Console.WriteLine("Write to " + seasonFile);
|
||||||
episodeXml.Save(seasonFile);
|
episodeXml.Save(seasonFile);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|||||||
Reference in New Issue
Block a user