콘텐츠 메인 무료 탭

- 새로운 무료 콘텐츠에 전체 카테고리 추가
This commit is contained in:
Yu Sung 2025-03-12 16:33:41 +09:00
parent f8c424b2c3
commit cf5f798bb3
1 changed files with 4 additions and 1 deletions

View File

@ -46,11 +46,14 @@ final class ContentMainTabFreeViewModel: ObservableObject {
self.bannerList = data.contentBannerList
self.introduceCreator = data.introduceCreator
self.recommendSeriesList = data.recommendSeriesList
self.themeList = data.themeList
self.newFreeContentList = data.newFreeContentList
self.creatorList = data.creatorList
self.playCountRankContentList = data.playCountRankContentList
self.curationList = data.curationList
self.themeList.removeAll()
self.themeList.append("전체")
self.themeList.append(contentsOf: data.themeList)
} else {
if let message = decoded.message {
self.errorMessage = message