summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_now_playing.inc.php')
-rw-r--r--templates/show_now_playing.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php
index 6b06221d..05b3f828 100644
--- a/templates/show_now_playing.inc.php
+++ b/templates/show_now_playing.inc.php
@@ -29,10 +29,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
if (count($results)) {
-$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : '';
+$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : '';
?>
<?php show_box_top(_('Now Playing') . $link); ?>
-<?php
+<?php
foreach ($results as $item) {
$media = $item['media'];
$np_user = $item['client'];