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 3d53ce8 commit 7618eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/PlayLists/managerPlaylists.php
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
Expand Down

0 comments on commit 7618eb0

Please sign in to comment.