mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Fix counts
This commit is contained in:
parent
8bbcd50385
commit
0595c7174c
4 changed files with 13 additions and 9 deletions
|
|
@ -65,7 +65,6 @@ class SeasonViewModel
|
|||
request,
|
||||
GetItemsRequestHandler,
|
||||
viewModelScope,
|
||||
itemCount = item.data.childCount,
|
||||
)
|
||||
pager.init()
|
||||
episodes.value = pager
|
||||
|
|
|
|||
|
|
@ -111,7 +111,6 @@ class SeriesViewModel
|
|||
request,
|
||||
GetItemsRequestHandler,
|
||||
viewModelScope,
|
||||
itemCount = item.data.childCount,
|
||||
)
|
||||
pager.init()
|
||||
Timber.v("Loaded ${pager.size} seasons for series ${item.id}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue