Fix #169: Fixed template syntax error
This commit is contained in:
parent
2f514da0fd
commit
a210cfcb9b
|
@ -48,7 +48,7 @@
|
|||
<div
|
||||
v-if="track"
|
||||
class="ui green icon basic small right floated button"
|
||||
:title="{{ $t('Add to this playlist') }}"
|
||||
:title="$t('Add to this playlist')"
|
||||
@click="addToPlaylist(playlist.id)">
|
||||
<i class="plus icon"></i> {{ $t('Add track') }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue