diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-02 02:01:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-02 02:01:23 +0000 |
commit | 0a2b41b143419e85b968a675c8b83a1c15615399 (patch) | |
tree | 06eacdb8a9811e3d541130531fdc8a516029a43c /localplay.php | |
parent | a6ad247623c807334c19a7daba03d2aad522c79f (diff) | |
download | ampache-0a2b41b143419e85b968a675c8b83a1c15615399.tar.gz ampache-0a2b41b143419e85b968a675c8b83a1c15615399.tar.bz2 ampache-0a2b41b143419e85b968a675c8b83a1c15615399.zip |
fixed localplay not showing current playing song and clear playlist not refreshing the screen
Diffstat (limited to 'localplay.php')
-rw-r--r-- | localplay.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/localplay.php b/localplay.php index 538d4d08..27871aa0 100644 --- a/localplay.php +++ b/localplay.php @@ -88,8 +88,5 @@ switch ($_REQUEST['action']) { break; } // end switch action - - show_footer(); - ?> |