Now playing

This commit is contained in:
elpatron68 2019-07-27 21:49:23 +02:00
parent 6bff8214ca
commit 20ddfa23a4

View File

@ -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."