mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2024-11-22 03:55:27 +00:00
Update radio.sh
This commit is contained in:
parent
702be229b4
commit
d7a4559591
4
radio.sh
4
radio.sh
@ -34,12 +34,12 @@ kill $PLAYERID
|
|||||||
case $channel in
|
case $channel in
|
||||||
1)
|
1)
|
||||||
prchan="80s80s"
|
prchan="80s80s"
|
||||||
"$PLAYER" "https://80s80s.hoerradar.de/80s80s-mweb-mp3-hq" $PLAYERARGS &
|
"$PLAYER" "https://streams.80s80s.de/web/mp3-192/" $PLAYERARGS &
|
||||||
PLAYERID=$!
|
PLAYERID=$!
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
prchan="80s80s In the mix"
|
prchan="80s80s In the mix"
|
||||||
"$PLAYER" "https://80s80s.hoerradar.de/80s80s-mix-mp3-hq" $PLAYERARGS &
|
"$PLAYER" "https://regiocast.streamabc.net/regc-80s80smix8012507-mp3-192-3015055" $PLAYERARGS &
|
||||||
PLAYERID=$!
|
PLAYERID=$!
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
|
Loading…
Reference in New Issue
Block a user