diff options
Diffstat (limited to 'templates/show_now_playing.inc.php')
-rw-r--r-- | templates/show_now_playing.inc.php | 2 |
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"> |