mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
typo
This commit is contained in:
parent
9eca0afefa
commit
a313222ab7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue