mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +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' }}
|
{{ artist.playCount }} {{ artist.playCount | pluralize 'play' }}
|
||||||
</span>
|
</span>
|
||||||
<span class="right">
|
<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>
|
<i class="fa fa-download"></i>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue