Now playing
This commit is contained in:
parent
6bff8214ca
commit
20ddfa23a4
@ -398,8 +398,8 @@ class MumbleBot:
|
|||||||
'url': url,
|
'url': url,
|
||||||
'user': user}
|
'user': user}
|
||||||
var.playlist.append(music)
|
var.playlist.append(music)
|
||||||
self.send_msg('Now playing ' + radiobrowser.getstationname_byid(parameter), text)
|
|
||||||
self.async_download_next()
|
self.async_download_next()
|
||||||
|
self.send_msg('Now playing radio station: ' + radiobrowser.getstationname_byid(parameter), text)
|
||||||
else:
|
else:
|
||||||
logging.info('No playable url found.')
|
logging.info('No playable url found.')
|
||||||
msg += "No playable url found for this station, please try another station."
|
msg += "No playable url found for this station, please try another station."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user