Fixed typo on table HTML tag
This commit is contained in:
parent
d5a37fd84a
commit
834f96ccbe
|
@ -287,7 +287,7 @@ func (q *Queue) PlayCurrent() error {
|
||||||
|
|
||||||
if viper.GetBool("queue.announce_new_tracks") {
|
if viper.GetBool("queue.announce_new_tracks") {
|
||||||
message :=
|
message :=
|
||||||
`<table
|
`<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center"><img src="%s" width=150 /></td>
|
<td align="center"><img src="%s" width=150 /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Reference in a new issue