summaryrefslogtreecommitdiffstats
path: root/localplay.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-09 20:58:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-09 20:58:04 +0000
commit17a4516e29e9ce9d2583d8b06431dfcdf5722c11 (patch)
tree4dcf79a137336f12d38476c12b26128d4098eda5 /localplay.php
parent883adcd52b1f4cb4afe4ff5062d1bb83218840ff (diff)
downloadampache-17a4516e29e9ce9d2583d8b06431dfcdf5722c11.tar.gz
ampache-17a4516e29e9ce9d2583d8b06431dfcdf5722c11.tar.bz2
ampache-17a4516e29e9ce9d2583d8b06431dfcdf5722c11.zip
added the controls to the mpd playlist does not refresh correctly, but does work
Diffstat (limited to 'localplay.php')
-rw-r--r--localplay.php1
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':