This commit is contained in:
An Phan 2016-11-17 16:41:57 +08:00
parent d25670a50d
commit ddf76671db
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 4 additions and 4 deletions

View file

@ -17,11 +17,11 @@
<template v-if="sharedState.useLastfm">
<a href @click.prevent="showInfo" title="View album's extra information">Info</a>
<a class="info" href @click.prevent="showInfo" title="View album's extra information">Info</a>
</template>
<template v-if="sharedState.allowDownload">
<a href @click.prevent="download" title="Download all songs in album">Download</a>
<a class="download" href @click.prevent="download" title="Download all songs in album">Download</a>
</template>
</span>
</span>

View file

@ -15,12 +15,12 @@
<template v-if="sharedState.useLastfm">
<a href @click.prevent="showInfo" title="View artist's extra information">Info</a>
<a class="info" href @click.prevent="showInfo" title="View artist's extra information">Info</a>
</template>
<template v-if="sharedState.allowDownload">
<a href @click.prevent="download" title="Download all songs by this artist">Download</a>
<a class="download" href @click.prevent="download" title="Download all songs by this artist">Download</a>
</template>
</span>
</span>