fix(series): 시리즈 리스트 랜덤 정렬로 조회할 수 있도록 기능 추가

This commit is contained in:
2025-11-19 17:45:46 +09:00
parent 690432d6ee
commit d89122802a
3 changed files with 20 additions and 4 deletions

View File

@@ -124,7 +124,8 @@ class HomeService(
val originalAudioDramaList = seriesService.getOriginalAudioDramaList(
isAdult = isAdult,
contentType = contentType
contentType = contentType,
orderByRandom = true
)
val auditionList = auditionService.getInProgressAuditionList(isAdult = isAdult)