Manganato download order

This commit is contained in:
glax 2023-06-03 22:25:34 +02:00
parent 6d91788655
commit d6a62dc315

View File

@ -157,7 +157,7 @@ public class Manganato : Connector
.GetAttributeValue("href", "");
ret.Add(new Chapter(chapterName, volumeNumber, chapterNumber, url));
}
ret.Reverse();
return ret.ToArray();
}