Fixed missing break in switch-case

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-26 15:15:07 +01:00
parent 09c75ed8b6
commit cff94a3a60
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -18,8 +18,8 @@ var List = {
if(chromecastAvailable){
Player.sendNext({title: full_playlist[0].title, videoId: full_playlist[0].id});
}
break;
}
break;
case "added":
List.added_song(msg.value);
if(chromecastAvailable){