diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-09 20:58:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-09 20:58:04 +0000 |
commit | 17a4516e29e9ce9d2583d8b06431dfcdf5722c11 (patch) | |
tree | 4dcf79a137336f12d38476c12b26128d4098eda5 /localplay.php | |
parent | 883adcd52b1f4cb4afe4ff5062d1bb83218840ff (diff) | |
download | ampache-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.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': |