show 'Track' or 'Tracks' depending on track count on playlist card

+ handle clicks on context menu separator
This commit is contained in:
geoffrey45
2022-09-02 22:16:00 +03:00
parent 01b485748b
commit 2dd4d58574
4 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
v-for="child in option.children"
:key="child.label"
:class="[{ critical: child.critical }, child.type]"
@click="child.action()"
@click="child.action && child.action()"
>
<div class="label ellip">
{{ child.label }}