mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
fixes hover on download in artist view (#350)
* fixes hover on download in artist view
This commit is contained in:
parent
ccaa49fc84
commit
7644a54def
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{{ artist.playCount }} {{ artist.playCount | pluralize 'play' }}
|
||||
</span>
|
||||
<span class="right">
|
||||
<a href="#" @click.prevent="download" v-if="sharedState.allowDownload" title="Download all songs in album">
|
||||
<a href="#" @click.prevent="download" v-if="sharedState.allowDownload" title="Download all songs by artist">
|
||||
<i class="fa fa-download"></i>
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue