From ee49d48fbc7d6fc2cf6c5716756511671362aed3 Mon Sep 17 00:00:00 2001 From: whatdoineed2do/Ray Date: Sun, 30 Aug 2020 14:13:18 +0200 Subject: [PATCH] [web-src] Apply patch from whatdoineed2do for playlist dialog --- web-src/src/components/ModalDialogPlaylist.vue | 2 +- web-src/src/pages/PagePlaylist.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web-src/src/components/ModalDialogPlaylist.vue b/web-src/src/components/ModalDialogPlaylist.vue index 3df472a6..7ed5b522 100644 --- a/web-src/src/components/ModalDialogPlaylist.vue +++ b/web-src/src/components/ModalDialogPlaylist.vue @@ -44,7 +44,7 @@ import webapi from '@/webapi' export default { name: 'ModalDialogPlaylist', - props: ['show', 'playlist'], + props: ['show', 'playlist', 'tracks'], methods: { play: function () { diff --git a/web-src/src/pages/PagePlaylist.vue b/web-src/src/pages/PagePlaylist.vue index dee41f07..c5ea7b77 100644 --- a/web-src/src/pages/PagePlaylist.vue +++ b/web-src/src/pages/PagePlaylist.vue @@ -23,7 +23,7 @@ - +