1
1
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-12-21 22:06:27 +00:00

По 20 плейлистов на страницу в списке

This commit is contained in:
Anthony Axenov 2024-11-27 11:54:46 +08:00
parent 73f6c8f525
commit 7cb226e5ed
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -29,7 +29,7 @@ class HomeController extends Controller
}
// иначе формируем и сортируем список при необходимости, рисуем страницу
$perPage = 10;
$perPage = 20;
$playlists = $this->ini->playlists(false);
$count = count($playlists);
$pageCount = ceil($count / $perPage);