Skip to content

Commit

Permalink
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Jun 29, 2024
2 parents 5bc2a89 + f61e51e commit d221532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tranga/Chapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ internal bool CheckChapterIsDownloaded(string downloadLocation)
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>
Expand Down

0 comments on commit d221532

Please sign in to comment.