Version 0.7.0 - Fix PlaylistSelected & PlaylistValue

This commit is contained in:
CICD - Pipeline 2023-08-30 17:59:05 +02:00
parent e18451a2f7
commit 30a0208cf1

View File

@ -90,6 +90,8 @@ function delPlayList(key) {
send("DELETE_PLAYLIST", key)
mainView.innerHTML = WelcomeContent
playlistSelected = null
playlistValue = null
}