// // ContentMainSeriesGenreView.swift // SodaLive // // Created by klaus on 2/21/25. // import SwiftUI struct ContentMainSeriesGenreView: View { let genreList: [GetSeriesGenreListResponse] let selectGenre: (Int) -> Void @Binding var selectedGenreId: Int var body: some View { ScrollView(.horizontal, showsIndicators: false) { HStack(alignment: .top, spacing: 8) { ForEach(0..