From 7618eb036d65986cc2096cb88a6312dd4160b0aa Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Sun, 2 Jul 2023 12:06:51 -0300 Subject: [PATCH] update --- plugin/PlayLists/managerPlaylists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/PlayLists/managerPlaylists.php b/plugin/PlayLists/managerPlaylists.php index a62a2aa82b2a..9aa8ad9faa8f 100644 --- a/plugin/PlayLists/managerPlaylists.php +++ b/plugin/PlayLists/managerPlaylists.php @@ -3,7 +3,7 @@ if (!isset($global['systemRootPath'])) { require_once '../../videos/configuration.php'; } -$maxItemsInPlaylist = 10; +$maxItemsInPlaylist = 5; require_once $global['systemRootPath'] . 'objects/user.php'; if (!User::isLogged()) { gotToLoginAndComeBackHere('');