Small line fix as requested

pull/106/head
HowIChrgeLazer 2015-12-19 21:36:47 -08:00
parent 3ebb51fbcd
commit d4ea58e6e9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (dl *AudioTrack) Play() {
if !isNil(dl.playlist) {
message = fmt.Sprintf(message+`<tr><td align="center">From playlist "%s"</td></tr>`, dl.Playlist().Title())
}
if dj.conf.General.AnnounceNewTrack == true {
if dj.conf.General.AnnounceNewTrack {
dj.client.Self.Channel.Send(message+`</table>`, false)
}
go func() {