Adjusted line position.

This commit is contained in:
flash 2023-06-17 02:18:24 +00:00
parent a551215418
commit fe3954e709

View file

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