Change "Video" to "Radio" in radioob
This commit is contained in:
parent
92c5ce8b66
commit
ecb076d9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class Radioob(ReplApplication):
|
|||
'configuration file.')
|
||||
self.player.play(radio.streams[0], player_name=player_name)
|
||||
except (InvalidMediaPlayer, MediaPlayerNotFound), e:
|
||||
print '%s\nVideo URL: %s' % (e, radio.streams[0].url)
|
||||
print '%s\nRadio URL: %s' % (e, radio.streams[0].url)
|
||||
|
||||
def complete_info(self, text, line, *ignored):
|
||||
args = line.split(' ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue