From 2ecef69a8ce7ad97344025424bfebf38671886ef Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 5 Dec 2017 16:42:33 +0100 Subject: [PATCH] Max chars --- bar/src/spotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/src/spotify.php b/bar/src/spotify.php index 4fdbf95..27bbeea 100755 --- a/bar/src/spotify.php +++ b/bar/src/spotify.php @@ -9,7 +9,7 @@ if (!in_array($status, ['Playing'])) { die; } -function cleanUp($d, $max = 30) +function cleanUp($d, $max = 20) { $string = trim(str_replace(['"', "'"], ' ', $d));