mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Bump
This commit is contained in:
parent
d25670a50d
commit
ddf76671db
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue