From 17a4516e29e9ce9d2583d8b06431dfcdf5722c11 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 9 Dec 2007 20:58:04 +0000 Subject: added the controls to the mpd playlist does not refresh correctly, but does work --- localplay.php | 1 + 1 file changed, 1 insertion(+) (limited to 'localplay.php') 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': -- cgit