시리즈 상세, 시리즈 리스트, 시리즈 전체회차 듣기

- 19금 콘텐츠 보기 여부 적용
This commit is contained in:
2025-03-19 22:32:41 +09:00
parent 10c215d9bd
commit 68a777c8df
4 changed files with 9 additions and 20 deletions

View File

@@ -337,7 +337,7 @@ class AppDI(private val context: Context, isDebugMode: Boolean) {
factory { ExplorerRepository(get()) }
factory { MessageRepository(get()) }
factory { NoticeRepository(get()) }
factory { AudioContentRepository(get(), get(), get(), get()) }
factory { AudioContentRepository(get(), get(), get()) }
factory { AudioContentCommentRepository(get()) }
factory { PlaybackTrackingRepository(get()) }
factory { FollowingCreatorRepository(get()) }