add realUrl to Manga, reperesents open in WebView URL

This commit is contained in:
Aria Moradi
2021-08-26 22:11:51 +04:30
parent 87f5e9b847
commit dfaecc08c5
6 changed files with 41 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ object Extension {
if (libVersion < LIB_VERSION_MIN || libVersion > LIB_VERSION_MAX) {
throw Exception(
"Lib version is $libVersion, while only versions " +
"$LIB_VERSION_MIN to $LIB_VERSION_MAX are allowed"
"$LIB_VERSION_MIN to $LIB_VERSION_MAX are allowed"
)
}