summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-12-07 14:02:12 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-12-07 14:02:12 +0000
commit07f8ef395a4d4c6312ded96a039ef58e245e70b0 (patch)
treeae4832d14873950cfb864e5f4a73f5e7814bff14 /templates/show_now_playing.inc.php
parent287a46f11e429ff8a11bc646afaeadce122425c6 (diff)
downloadampache-07f8ef395a4d4c6312ded96a039ef58e245e70b0.tar.gz
ampache-07f8ef395a4d4c6312ded96a039ef58e245e70b0.tar.bz2
ampache-07f8ef395a4d4c6312ded96a039ef58e245e70b0.zip
finished up the rss feed stuff for now playing, it is currently the only type that works, should conform to rss standards now
Diffstat (limited to 'templates/show_now_playing.inc.php')
-rw-r--r--templates/show_now_playing.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php
index d489c274..a1ee87a7 100644
--- a/templates/show_now_playing.inc.php
+++ b/templates/show_now_playing.inc.php
@@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
if (count($results)) {
-$link = Config::get('use_rss') ? ' ' . RSS::get_display('nowplaying') : '';
+$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : '';
?>
<?php show_box_top(_('Now Playing') . $link); ?>
<div class="np_row">