Auto-commit before update (2026-04-04 18:25)

This commit is contained in:
Dallas Groot 2026-04-04 18:25:31 -07:00
parent b4e64b545f
commit 7b123b02f4

View file

@ -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) }