From e39a6736d7638c78a9a7e4631d7073db98e9a558 Mon Sep 17 00:00:00 2001 From: Paul Sori Date: Sat, 20 Oct 2018 02:32:42 -0400 Subject: [PATCH] add playlsit on save --- public/js/mstream.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/mstream.js b/public/js/mstream.js index 8653f39..f38cd92 100755 --- a/public/js/mstream.js +++ b/public/js/mstream.js @@ -540,6 +540,7 @@ $(document).ready(function () { } $('#save_playlist').prop("disabled", false); $('#close_save_playlist').trigger("click"); + VUEPLAYER.playlists.push({ name: title, type: 'playlist'}); }); });