diff --git a/public/index.php b/public/index.php index d527ed3..6de5d6e 100644 --- a/public/index.php +++ b/public/index.php @@ -2,7 +2,7 @@ require __DIR__ . '/../sig.php'; if(is_file(NP_INFO)) { - $nowPlaying = true; + $nowPlaying = false; $npInfo = unserialize(file_get_contents(NP_INFO)); } else $nowPlaying = false; @@ -107,7 +107,7 @@ if(in_array($reqPath, [ } else { $imagickDraw->setFont(NP_FONT_FAM); $imagickDraw->setFontSize(NP_FONT_SIZE); - $imagick->annotateImage($imagickDraw, 10, SIG_HEIGHT - 5, 0, "If it ain't broke, I'll break it"); + $imagick->annotateImage($imagickDraw, 10, SIG_HEIGHT - 4, 0, "If it ain't broke, I'll break it"); } $fileName = pathinfo($reqPath, PATHINFO_FILENAME);