Skip to content

Commit

Permalink
追番列表只展示动画类型, close #66
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Apr 3, 2024
1 parent bfb06b4 commit d9bfe0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class MyCollectionsViewModelImpl : AbstractViewModel(), KoinComponent, MyCollect
sessionManager.username.filterNotNull().map { username ->
subjectRepository.getSubjectCollections(
username,
subjectType = SubjectType.Anime,
subjectCollectionType = type.toSubjectCollectionType(),
).map {
it.convertToItem()
Expand Down

0 comments on commit d9bfe0d

Please sign in to comment.