diff --git a/Tranga/Chapter.cs b/Tranga/Chapter.cs index 3c47878..4677d7b 100644 --- a/Tranga/Chapter.cs +++ b/Tranga/Chapter.cs @@ -105,7 +105,7 @@ public readonly struct Chapter : IComparable archiveVolNum == "0" && archiveChNum == t.chapterNumber; }); if(archive is not null && thisPath != archive.FullName) - archive.MoveTo(thisPath); + archive.MoveTo(thisPath, true); return archive is not null; } ///