fixes hover on download in artist view (#350)

* fixes hover on download in artist view
This commit is contained in:
bdgold 2016-06-05 12:57:15 -04:00 committed by Phan An
parent ccaa49fc84
commit 7644a54def

View file

@ -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>