1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

some work on the rss feed stuff

This commit is contained in:
Karl 'vollmerk' Vollmer 2008-12-06 18:47:09 +00:00
parent 286840fbcc
commit 287a46f11e
5 changed files with 72 additions and 16 deletions

View file

@ -208,9 +208,6 @@ switch ($type) {
}
echo "</channel>\n</rss>";
break;
default:
$now_playing = get_now_playing();
$rss_song_description = $rss_description;