diff --git a/iOS/Views/Library/RadioView.swift b/iOS/Views/Library/RadioView.swift index 0227e99..4355f29 100644 --- a/iOS/Views/Library/RadioView.swift +++ b/iOS/Views/Library/RadioView.swift @@ -220,7 +220,7 @@ struct RadioView: View { // MARK: - Station Row - @ViewBuilder + @ViewBuilderx private func stationRow(_ station: RadioStation) -> some View { Button(action: { if libraryCache.isServerAvailable { playStation(station) }