mirror of https://github.com/kiwix/libkiwix.git
+ small improvment of getMainPageUrl()
This commit is contained in:
parent
9d4fd28ba6
commit
fb12ac5eb1
|
@ -128,6 +128,8 @@ namespace kiwix {
|
|||
if (url.empty()) {
|
||||
url = getFirstPageUrl();
|
||||
}
|
||||
} else {
|
||||
url = getFirstPageUrl();
|
||||
}
|
||||
|
||||
return url;
|
||||
|
|
Loading…
Reference in New Issue