书籍管理界面不显示音频类
This commit is contained in:
@@ -346,7 +346,7 @@ class BookshelfManageScreenViewModel(
|
|||||||
booksJob?.cancel()
|
booksJob?.cancel()
|
||||||
booksJob = viewModelScope.launch {
|
booksJob = viewModelScope.launch {
|
||||||
bookRepository.flowBookShelfByGroup(groupId).map { books ->
|
bookRepository.flowBookShelfByGroup(groupId).map { books ->
|
||||||
val booksDownload = books.filter { !it.isAudio }.map { it.toLightBook() }
|
val booksDownload = books.map { it.toLightBook() }
|
||||||
val bookSort = bookshelfManageScreenConfig.getBookSortByGroupId(groupId)
|
val bookSort = bookshelfManageScreenConfig.getBookSortByGroupId(groupId)
|
||||||
val isDescending = bookshelfManageScreenConfig.bookshelfSortOrder == 1
|
val isDescending = bookshelfManageScreenConfig.bookshelfSortOrder == 1
|
||||||
bookSort to when (bookSort) {
|
bookSort to when (bookSort) {
|
||||||
|
|||||||
Reference in New Issue
Block a user