mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-22 23:30:13 +01:00
Merge branch 'refs/heads/cuttingedge'
This commit is contained in:
commit
4881789970
@ -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;
|
||||
}
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user