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