Skip to content

Commit

Permalink
Also add support for lezhin
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Apr 10, 2018
1 parent 4d25ff0 commit 8328edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/me/proxer/app/manga/MangaViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MangaViewModel(
) : BaseViewModel<MangaChapterInfo>() {

private companion object {
private val supportedExternalServers = arrayOf("www.webtoons.com")
private val supportedExternalServers = arrayOf("www.webtoons.com", "www.lezhin.com")
}

override val isLoginRequired = BuildConfig.STORE
Expand Down

0 comments on commit 8328edd

Please sign in to comment.