Skip to content

Commit

Permalink
PLsplit -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Miala-python committed Mar 15, 2024
1 parent c0c5dac commit 074a47b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pl_load.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ if (pl_txt == 'toBEloaded') {
// Si la requête échoue, on affiche un message d'erreur.
// On retourne la liste des ID des vidéos une fois la boucle terminée.
} else {
pl_loaded(pl_txt.split(';'));
// take playlist from the server return
playlist = pl_txt.split(';');
pl_loaded();
}


Expand Down

0 comments on commit 074a47b

Please # to comment.