diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-14 05:38:17 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-14 05:38:17 +0000 |
commit | 1cf69f04be778cdf377c53ca9ab2182d27756f94 (patch) | |
tree | c762a13e7a95afe03ad149b3a14d1fdbbf3d8597 /templates/show_localplay.inc.php | |
parent | 29b7de37028e9b923591ff0a2a810203037c174e (diff) | |
download | ampache-1cf69f04be778cdf377c53ca9ab2182d27756f94.tar.gz ampache-1cf69f04be778cdf377c53ca9ab2182d27756f94.tar.bz2 ampache-1cf69f04be778cdf377c53ca9ab2182d27756f94.zip |
some minor MPD changes and bug fixes for localplay
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r-- | templates/show_localplay.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index 0ad5938c..a6d6ce08 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -22,7 +22,6 @@ $web_path = conf('web_path'); $localplay = init_localplay(); -$songs = $localplay->get(); ?> <?php show_box_top(ucfirst($localplay->type) . ' ' . _('Localplay')); ?> <table> |