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