diff options
Diffstat (limited to 'lib/rss.php')
-rw-r--r-- | lib/rss.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rss.php b/lib/rss.php index 805d4d11..4c2b58d7 100644 --- a/lib/rss.php +++ b/lib/rss.php @@ -208,9 +208,6 @@ switch ($type) { } echo "</channel>\n</rss>"; break; - - - default: $now_playing = get_now_playing(); $rss_song_description = $rss_description; |