[web-src] Apply patch from whatdoineed2do for playlist dialog

This commit is contained in:
whatdoineed2do/Ray
2020-08-30 14:13:18 +02:00
committed by chme
parent 111d3675bf
commit ee49d48fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ import webapi from '@/webapi'
export default {
name: 'ModalDialogPlaylist',
props: ['show', 'playlist'],
props: ['show', 'playlist', 'tracks'],
methods: {
play: function () {