remove anime support

This commit is contained in:
Aria Moradi
2021-10-24 22:58:25 +03:30
parent 92ede2a2b3
commit 6389899507
44 changed files with 38 additions and 2982 deletions

View File

@@ -42,7 +42,8 @@ object Chapter {
getSourceChapters(mangaId)
} else {
transaction {
ChapterTable.select { ChapterTable.manga eq mangaId }.orderBy(ChapterTable.sourceOrder to SortOrder.DESC)
ChapterTable.select { ChapterTable.manga eq mangaId }
.orderBy(ChapterTable.sourceOrder to SortOrder.DESC)
.map {
ChapterTable.toDataClass(it)
}