summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss.php')
-rw-r--r--rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/rss.php b/rss.php
index aea52a34..6599de09 100644
--- a/rss.php
+++ b/rss.php
@@ -28,6 +28,7 @@ if (!conf('use_rss') || conf('demo_mode')) {
access_denied();
}
-show_now_playingRSS($_REQUEST['username']);
+#show_now_playingRSS($_REQUEST['username']);
+show_RSS($_REQUEST['type']);
?>