summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-01 15:25:25 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-01 15:25:25 +0000
commit87ef79d5be84502ec917e802d6f5c28d27eaa446 (patch)
tree374654e5d276b9779197d11ca799eb1ac907829f /rss.php
parentf4ab9bad1a8bee3b8ed43edceb02d526ede0a7fc (diff)
downloadampache-87ef79d5be84502ec917e802d6f5c28d27eaa446.tar.gz
ampache-87ef79d5be84502ec917e802d6f5c28d27eaa446.tar.bz2
ampache-87ef79d5be84502ec917e802d6f5c28d27eaa446.zip
tweaked the mpd class a bit changing timeouts, fixed the gather album art so it only gathers for the specified catalog
Diffstat (limited to 'rss.php')
-rw-r--r--rss.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/rss.php b/rss.php
index 37e90fd4..c52c3bc9 100644
--- a/rss.php
+++ b/rss.php
@@ -40,7 +40,6 @@ switch ($_REQUEST['action']) {
break;
} // end data collection
-#show_now_playingRSS($_REQUEST['username']);
show_RSS($_REQUEST['type'],$_REQUEST['username']);
?>