Compare commits

..

No commits in common. "9b990aeceaa3d1c91d08179465eb940d91aa8bc1" and "c03e927565aa80a687b558b81314508bfdd50d59" have entirely different histories.

View File

@ -91,7 +91,7 @@ public readonly struct Chapter : IComparable
if (!Directory.Exists(Path.Join(downloadLocation, parentManga.folderName)))
return false;
FileInfo[] archives = new DirectoryInfo(Path.Join(downloadLocation, parentManga.folderName)).GetFiles();
Regex volChRex = new(@"(?:Vol(?:ume)?\.([0-9]+)\D*)?Ch(?:apter)?\.([0-9]+(?:\.[0-9]+)*)");
Regex volChRex = new(@"(?:Vol(?:ume)?\.([0-9]+)\D*)?Ch(?:apter)?\.([0-9]+[\.0-9]*)");
Chapter t = this;
return archives.Select(archive => archive.Name).Any(archiveFileName =>