diff --git a/server/public/assets/js/list.js b/server/public/assets/js/list.js index 07c73520..684c6429 100755 --- a/server/public/assets/js/list.js +++ b/server/public/assets/js/list.js @@ -479,7 +479,7 @@ var List = { Player.sendNext({title: full_playlist[0].title, videoId: full_playlist[0].id}); } } - if(full_playlist.length <= 2){ + if(full_playlist.length < 2){ List.empty = true; $("#wrapper").html("The playlist is empty."); }