diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-14 05:49:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-14 05:49:23 +0000 |
commit | 9c30aa01fec45685f2cd12db63f031cd4d1ce422 (patch) | |
tree | 1dda9d679489fcaf070a4321c12a0b6a3b00cff1 /templates/show_localplay.inc.php | |
parent | 1cf69f04be778cdf377c53ca9ab2182d27756f94 (diff) | |
download | ampache-9c30aa01fec45685f2cd12db63f031cd4d1ce422.tar.gz ampache-9c30aa01fec45685f2cd12db63f031cd4d1ce422.tar.bz2 ampache-9c30aa01fec45685f2cd12db63f031cd4d1ce422.zip |
some idiot (me) deleted something they shouldnt have
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r-- | templates/show_localplay.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index a6d6ce08..0ad5938c 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -22,6 +22,7 @@ $web_path = conf('web_path'); $localplay = init_localplay(); +$songs = $localplay->get(); ?> <?php show_box_top(ucfirst($localplay->type) . ' ' . _('Localplay')); ?> <table> |