Fix for adding playlists not working

This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-17 20:02:10 +01:00
parent d28e14448a
commit b9b71ff7db
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ function addPlaylist(arr, guid, offline, socket) {
var now_playing = false;
if(np.length == 0) now_playing = true;
db.collection(channel + "_settings").find({id: "config"}, function(e, conf) {
if(arr.length == 0 || arr.songs.length) {
if(arr.length == 0 || arr.songs.length == 0) {
socket.emit("toast", "Empty list..");
return;
}

View File

@@ -13,7 +13,7 @@
Loading...
</li>
<li class="search-container hide" id="search-wrapper">
<input id="search" class="search_input white-text" type="text" title="Search for songs..." placeholder="Find song on YouTube or SoundCloud..." onsubmit="null;" autocomplete="off" />
<input id="search" class="search_input white-text" type="text" title="Search for songs..." placeholder="Search.." onsubmit="null;" autocomplete="off" />
</li>
</ul>
<ul class="right control-list noselect">