Update cider-playlist.ejs
This commit is contained in:
parent
140d715498
commit
39a5762138
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
||||||
Shuffle
|
Shuffle
|
||||||
</button>
|
</button>
|
||||||
<button class="md-btn" style="min-width: 180px;" v-if="inLibrary!=null && confirm!=true"
|
<button class="md-btn" style="min-width: 180px;" v-if="inLibrary!=null && confirm!=true"
|
||||||
@click="confirmButton()"> <img class="md-ico-remove">
|
@click="confirmButton()"> <img :class="(!inLibrary) ? 'md-ico-add' : 'md-ico-remove'">
|
||||||
{{ (!inLibrary) ? "Add to Library" : "Remove from Library" }}
|
{{ (!inLibrary) ? "Add to Library" : "Remove from Library" }}
|
||||||
</button>
|
</button>
|
||||||
<button class="md-btn" style="min-width: 180px;" v-if="confirm==true"
|
<button class="md-btn" style="min-width: 180px;" v-if="confirm==true"
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
Shuffle
|
Shuffle
|
||||||
</button>
|
</button>
|
||||||
<button class="md-btn" style="min-width: 180px;" v-if="inLibrary!=null && confirm!=true"
|
<button class="md-btn" style="min-width: 180px;" v-if="inLibrary!=null && confirm!=true"
|
||||||
@click="confirmButton()"> <img class="md-ico-remove">
|
@click="confirmButton()"> <img class="(!inLibrary) ? 'md-ico-add' : 'md-ico-remove'">
|
||||||
{{ (!inLibrary) ? "Add to Library" : "Remove from Library" }}
|
{{ (!inLibrary) ? "Add to Library" : "Remove from Library" }}
|
||||||
</button>
|
</button>
|
||||||
<button class="md-btn" style="min-width: 180px;" v-if="confirm==true"
|
<button class="md-btn" style="min-width: 180px;" v-if="confirm==true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue