Browse Source

update oe1 and fm4

master
Andreas Demmelbauer 4 years ago
parent
commit
01bfb6d3b3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      discobert.py

+ 2
- 2
discobert.py View File

@@ -481,9 +481,9 @@ while True:
if(code == "mode_music_play_5"):
startMusic('5')
if(code == "mode_play_fm4"):
startMusic('http://185.85.29.141:8000')
startMusic('https://orf-live.ors-shoutcast.at/fm4-q2a')
if(code == "mode_play_oe1"):
startMusic('http://185.85.29.142:8000')
startMusic('https://orf-live.ors-shoutcast.at/oe1-q2a')

if(code == "mode_music_previous"):
previousSong()


Loading…
Cancel
Save