test #258

Merged
klaus merged 26 commits from test into main 2025-02-14 18:09:12 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 10dd50b332 - Show all commits

View File

@ -160,8 +160,8 @@ class AudioContentMainTabSeriesService(
val items = seriesService.getOriginalAudioDramaList(
memberId = memberId,
isAdult = isAdult,
offset = 0,
limit = 20
offset = offset,
limit = limit
)
return GetSeriesListResponse(totalCount, items)