diff options
Diffstat (limited to 'localplay.php')
-rw-r--r-- | localplay.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localplay.php b/localplay.php index 2855d0c3..d2fc1217 100644 --- a/localplay.php +++ b/localplay.php @@ -61,6 +61,7 @@ switch ($_REQUEST['action']) { // Pull the current playlist and require the template $objects = $localplay->get(); + require_once Config::get('prefix') . '/templates/show_localplay_status.inc.php'; require_once Config::get('prefix') . '/templates/show_localplay_playlist.inc.php'; break; case 'delete_song': |