mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 01:39:28 +02:00
added the recently played back in
This commit is contained in:
parent
07f8ef395a
commit
c99a5d58cf
3 changed files with 76 additions and 6 deletions
2
rss.php
2
rss.php
|
@ -34,6 +34,4 @@ header("Content-Type: application/xml; charset=" . Config::get('site_charset'));
|
|||
$rss = new AmpacheRSS($_REQUEST['type']);
|
||||
echo $rss->get_xml();
|
||||
|
||||
//show_RSS($_REQUEST['type'],$_REQUEST['username']);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue