diff --git a/src/Service/Jobs/ChineseNfoRegistry.cs b/src/Service/Jobs/ChineseNfoRegistry.cs index bf5673d..dd7805d 100644 --- a/src/Service/Jobs/ChineseNfoRegistry.cs +++ b/src/Service/Jobs/ChineseNfoRegistry.cs @@ -246,14 +246,6 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry try { - // 尝试放开Linux文件的读写权限 - var fileInfo = new FileInfo(episodeFile) - { - Attributes = FileAttributes.Normal, - IsReadOnly = false - }; - fileInfo.Refresh(); - episodeXml.Save(episodeFile); } catch (Exception e)