diff --git a/public/index.php b/public/index.php index 6de5d6e..b2e2393 100644 --- a/public/index.php +++ b/public/index.php @@ -2,7 +2,7 @@ require __DIR__ . '/../sig.php'; if(is_file(NP_INFO)) { - $nowPlaying = false; + $nowPlaying = true; $npInfo = unserialize(file_get_contents(NP_INFO)); } else $nowPlaying = false;