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

This commit is contained in:
2024-11-27 11:54:46 +08:00
parent 73f6c8f525
commit 7cb226e5ed

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);