From cef82d9657ec9c0ea9f843e513b2c0dfdf61b915 Mon Sep 17 00:00:00 2001 From: Eric Lambrecht Date: Thu, 6 Sep 2018 01:31:38 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Added=20ability=20to=20re-o?= =?UTF-8?q?rder=20tracks!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #5 --- src/components/EditorPlaylist.vue | 65 ++++++++++++++++++++++++++++++- src/store/editor/actions.js | 11 +++++- src/utils/Spotify.js | 2 +- 3 files changed, 74 insertions(+), 4 deletions(-) diff --git a/src/components/EditorPlaylist.vue b/src/components/EditorPlaylist.vue index cfcbcbf0..844cb031 100644 --- a/src/components/EditorPlaylist.vue +++ b/src/components/EditorPlaylist.vue @@ -1,6 +1,6 @@