Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

null images for korean hitomi.la #110

Open
onhk opened this issue Mar 27, 2018 · 1 comment
Open

null images for korean hitomi.la #110

onhk opened this issue Mar 27, 2018 · 1 comment

Comments

@onhk
Copy link

onhk commented Mar 27, 2018

images are not shown

@wlehd44
Copy link

wlehd44 commented Mar 17, 2019

you find Code for Hitomi.la area

Before
// Hard code EU server (probably improve this later)
// la for US server
// aa for russian/japanese server
// bb for korean server
// a for others (probably EU)
var lang = "//a";

After
// Hard code EU server (probably improve this later)
// la for US server
// aa for russian/japanese server
// bb for korean server
// a for others (probably EU)
var lang = "//aa";

var lang = "//a"; => var lang = "//aa"; or //la, //bb

You test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants