Fixed typo on table HTML tag

pull/153/head
Matthieu Grieger 2016-06-22 10:18:25 -07:00 committed by GitHub
parent d5a37fd84a
commit 834f96ccbe
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ func (q *Queue) PlayCurrent() error {
if viper.GetBool("queue.announce_new_tracks") {
message :=
`<table
`<table>
<tr>
<td align="center"><img src="%s" width=150 /></td>
</tr>