From 7b404c032d4f5414af7d399bc1924cdbba4ca621 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 10 Nov 2023 10:33:00 -0300 Subject: [PATCH] Update --- plugin/PlayLists/PlayLists.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/PlayLists/PlayLists.php b/plugin/PlayLists/PlayLists.php index db08a56ed3..d0e6e8da34 100644 --- a/plugin/PlayLists/PlayLists.php +++ b/plugin/PlayLists/PlayLists.php @@ -1050,6 +1050,7 @@ class PlayListPlayer { $messagesFromPlayList[] = "Playlist getPlayListData videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}"; continue; } + $messagesFromPlayList[] = "Playlist playListSource videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}"; //var_dump($value2); $playListSources[] = new playListSource($value2['url'], $video['type'] === 'embed'); }