From 5f64b5f98807001e31d3becc5a1f941c63768ad6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Sun, 21 Nov 2021 18:53:06 +0100
Subject: [PATCH] Reduce most played artists count to fit in one mobile page

---
 public/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.php b/public/index.php
index 271215c..d0ee203 100644
--- a/public/index.php
+++ b/public/index.php
@@ -41,7 +41,7 @@ $_SESSION['refreshToken'] = $session->getRefreshToken();
 
 $user = $api->me();
 
-$topArtistsCount = 48;
+$topArtistsCount = 40;
 $playlistsCount = 24;
 
 $templateData = [
-- 
GitLab