add shuffle and repeat toggle

This commit is contained in:
Thomas Amland
2020-10-09 11:37:38 +02:00
parent 554d58f04b
commit c751194c16
4 changed files with 75 additions and 10 deletions
+4
View File
@@ -5,6 +5,7 @@
import Vue from 'vue'
import {
BIcon,
BIconArrowRepeat,
BIconBoxArrowUpRight,
BIconBroadcast,
BIconCardText,
@@ -17,6 +18,7 @@
BIconList,
BIconPlayFill,
BIconPauseFill,
BIconShuffle,
BIconSkipStartFill,
BIconSkipEndFill,
BIconPlus,
@@ -30,6 +32,7 @@
export default Vue.extend({
components: {
BIcon,
BIconArrowRepeat,
BIconBoxArrowUpRight,
BIconBroadcast,
BIconCardText,
@@ -42,6 +45,7 @@
BIconList,
BIconPlayFill,
BIconPauseFill,
BIconShuffle,
BIconSkipStartFill,
BIconSkipEndFill,
BIconPlus,