mirror of
https://github.com/moparisthebest/ComicReader
synced 2024-11-15 21:55:04 -05:00
fixed error in function name
This commit is contained in:
parent
342da1f9b2
commit
2d8061a329
@ -51,7 +51,7 @@ public class MenageA3 extends ArchivedComic {
|
||||
ArrayList<String> all_vols = new ArrayList<String>();
|
||||
// Archive has volumes that update no according to calendar
|
||||
// So find number of archives first.
|
||||
ArrayList<String> vol_urls = getNumOfVols();
|
||||
ArrayList<String> vol_urls = getVolURL();
|
||||
|
||||
for (String currentVol : vol_urls) {
|
||||
URI u = null;
|
||||
|
Loading…
Reference in New Issue
Block a user