Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 2, 2023
1 parent eac65ad commit 130a72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/PlayLists/embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

if ($key == $playlist_index) {
setPlayListIndex(count($playListData));
}echo "<!-- line=".__LINE__." {$oldValue['type']} {$oldValue['serie_playlists_id']} -->".PHP_EOL;
}

if ($oldValue['type'] === 'serie' && !empty($oldValue['serie_playlists_id'])) {
$subPlayList = PlayList::getVideosFromPlaylist($value['serie_playlists_id']);
Expand Down Expand Up @@ -117,7 +117,7 @@
}

$playListData_videos_id = getPlayListDataVideosId();

echo "<!-- line=".__LINE__." count=".count($playListData)." playlist_index={$playlist_index} playListData_videos_id={$playListData_videos_id} -->".PHP_EOL;
if (empty($playListData)) {
forbiddenPage(__("The program is empty"));
}
Expand Down

0 comments on commit 130a72c

Please sign in to comment.