Fix frontend formatting

This commit is contained in:
Georg Krause 2022-03-18 17:32:39 +01:00
parent 72f861f504
commit 842071c13b
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@
{{ plt.track.artist.name }} {{ plt.track.artist.name }}
</td> </td>
<td class="right aligned"> <td class="right aligned">
<button <button
class="ui circular danger basic icon button" class="ui circular danger basic icon button"
@click.stop="removePlt(index)" @click.stop="removePlt(index)"
> >

View File

@ -76,7 +76,7 @@ export default {
commit('current', null) commit('current', null)
commit('running', false) commit('running', false)
}, },
populateQueue ({ rootState, state, dispatch }, playNow) { populateQueue ({ commit, rootState, state, dispatch }, playNow) {
if (!state.running) { if (!state.running) {
return return
} }