Download count shouldn't be stored as a database field

This commit is contained in:
inorichi
2017-10-21 23:43:46 +02:00
parent 60ac27e401
commit f88c86c799
6 changed files with 100 additions and 99 deletions
@@ -6,6 +6,4 @@ class LibraryManga : MangaImpl() {
var category: Int = 0
var downloadTotal: Int = 0
}