commit aede770488b9949f506af32300c6829d2e4347a9
parent 1fe39f565132039f527331d02ce771416a4af674
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 22 Jun 2020 11:59:41 +0200
radio: fix outrun radio link
Former-commit-id: ab78e9979d5387dd96d19b859b04fd68dc710417
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/radio/radio-config b/radio/radio-config
@@ -1,6 +1,7 @@
## RADIO CONFIG ##
# Drive RADIO - http://driveradio.be
-drive_radio="http://streaming.radionomy.com/DRIVE"
+# Nightride FM - http://nightride.fm
+nightride_fm="https://nightride.fm/stream/nightride.m4a"
# Nightwave Plaza - http://plaza.one
nw_plaza="https://plaza.one/mp3"
@@ -27,7 +28,7 @@ subreddit=""
#### END LIST ###
# Initialising the arrays
radios=(
- $drive_radio
+ $nightride_fm
$nw_plaza
$groove_salad
$mission_control
@@ -42,7 +43,7 @@ radios=(
$subreddit
)
radio_names=(
- "Drive Radio"
+ "Nightride FM"
"Nightwave Plaza"
"SOMA - Groove Salad (ambient/downtempo)"
"SOMA - Mission Control (ambient, space)"