Fix issue where some sources just wouldnt work at all (examples are Dynasty and Toonily)
This commit is contained in:
parent
c9a10d9033
commit
5a9b84fe00
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ class SMangaImpl : SManga {
|
|||
|
||||
override lateinit var url: String
|
||||
|
||||
override lateinit var title: String
|
||||
override var title: String = ""
|
||||
|
||||
override var artist: String? = null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue