diff --git a/SodaLive/Sources/Content/Main/ContentMainItemView.swift b/SodaLive/Sources/Content/Main/ContentMainItemView.swift index 6b44cfa..1601ec6 100644 --- a/SodaLive/Sources/Content/Main/ContentMainItemView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainItemView.swift @@ -57,7 +57,6 @@ struct ContentMainItemView_Previews: PreviewProvider { contentId: 2, coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", title: "ㅓ처랴햐햫햐햐", - isAdult: true, creatorId: 8, creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", creatorNickname: "유저2" diff --git a/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift b/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift index 4898e2c..b05f5b6 100644 --- a/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift @@ -48,7 +48,6 @@ struct ContentMainMyStashView_Previews: PreviewProvider { contentId: 1, coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", title: "테스트", - isAdult: false, creatorId: 7, creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", creatorNickname: "유저1" diff --git a/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift b/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift index 5d6e385..d6838d1 100644 --- a/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift @@ -55,7 +55,6 @@ struct ContentMainNewContentView_Previews: PreviewProvider { contentId: 1, coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", title: "테스트", - isAdult: false, creatorId: 7, creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", creatorNickname: "유저1" diff --git a/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift b/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift index 2a3da3f..b0cec79 100644 --- a/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift +++ b/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift @@ -44,7 +44,6 @@ struct GetAudioContentMainItem: Decodable { let contentId: Int let coverImageUrl: String let title: String - let isAdult: Bool let creatorId: Int let creatorProfileImageUrl: String let creatorNickname: String