Download badge

This commit is contained in:
inorichi
2017-10-21 17:08:49 +02:00
parent ca30fd6088
commit d0567de4e6
13 changed files with 269 additions and 45 deletions
@@ -18,6 +18,8 @@ interface Manga : SManga {
var unread: Int
var downloadTotal: Int
var category: Int
fun setChapterOrder(order: Int) {
@@ -34,6 +34,8 @@ class MangaImpl : Manga {
@Transient override var unread: Int = 0
@Transient override var downloadTotal: Int = 0
@Transient override var category: Int = 0
override fun equals(other: Any?): Boolean {