From 7b123b02f4e9c989f2be80dfe169330bad5e4eca Mon Sep 17 00:00:00 2001 From: Dallas Groot Date: Sat, 4 Apr 2026 18:25:31 -0700 Subject: [PATCH] Auto-commit before update (2026-04-04 18:25) --- iOS/Views/Library/RadioView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }