1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00
This commit is contained in:
Karl 'vollmerk' Vollmer 2009-03-02 00:25:41 +00:00
parent 9eca0afefa
commit a313222ab7

View file

@ -435,7 +435,7 @@ class Stream {
$xml['track']['identifier'] = $xml['track']['location']; $xml['track']['identifier'] = $xml['track']['location'];
$xml['track']['duration'] = $length * 1000; $xml['track']['duration'] = $length * 1000;
$result .= xmlData::keyed_array($xml,1) $result .= xmlData::keyed_array($xml,1);
} // end foreach } // end foreach