feat: Add debug notification for broadcasting the station name.
Browse files
server.R
CHANGED
|
@@ -408,6 +408,8 @@ server <- function(input, output, session) {
|
|
| 408 |
start = start_date,
|
| 409 |
end = end_date
|
| 410 |
))
|
|
|
|
|
|
|
| 411 |
}
|
| 412 |
|
| 413 |
# --- Selection Logic via Dropdown ---
|
|
|
|
| 408 |
start = start_date,
|
| 409 |
end = end_date
|
| 410 |
))
|
| 411 |
+
# Debug notification
|
| 412 |
+
showNotification(paste("Broadcasting:", station_name), duration = 3, type = "message")
|
| 413 |
}
|
| 414 |
|
| 415 |
# --- Selection Logic via Dropdown ---
|