diff --git a/plugin/PlayLists/embed.php b/plugin/PlayLists/embed.php index 3a78e0e22e80..f1f800ada4cb 100644 --- a/plugin/PlayLists/embed.php +++ b/plugin/PlayLists/embed.php @@ -43,7 +43,7 @@ if ($key == $playlist_index) { setPlayListIndex(count($playListData)); - }echo "".PHP_EOL; + } if ($oldValue['type'] === 'serie' && !empty($oldValue['serie_playlists_id'])) { $subPlayList = PlayList::getVideosFromPlaylist($value['serie_playlists_id']); @@ -117,7 +117,7 @@ } $playListData_videos_id = getPlayListDataVideosId(); - +echo "".PHP_EOL; if (empty($playListData)) { forbiddenPage(__("The program is empty")); }