Fix https://github.com/matthieugrieger/mumbledj/issues/108: Incorrect currentsong message for song within playlist

pull/112/head 2.8.9
Matthieu Grieger 2015-12-26 18:09:56 -08:00
parent 4ba4a0812b
commit 80b5b44b23
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
MumbleDJ Changelog
==================
### December 26, 2015 -- `v2.8.9`
* Fixed an incorrect `!currentsong` message for songs within playlists.
### December 21, 2015 -- `v2.8.8`
* Fixed a typo in song list HTML (thanks [@mkody](https://github.com/mkody)).

View File

@ -201,7 +201,7 @@ const CURRENT_SONG_HTML = `
// Message shown to users when the currentsong command is issued when a song from a
// playlist is playing.
const CURRENT_SONG_PLAYLIST_HTML = `
The %s currently playing is "%s", added <b>%s</b> from the %s "%s".
The song currently playing is "%s", added <b>%s</b> from the playlist "%s".
`
// Message shown to user when the listsongs command is issued