diff options
-rw-r--r-- | lib/class/stream.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 17ef8c55..b8242832 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -435,7 +435,7 @@ class Stream { $xml['track']['identifier'] = $xml['track']['location']; $xml['track']['duration'] = $length * 1000; - $result .= xmlData::keyed_array($xml,1) + $result .= xmlData::keyed_array($xml,1); } // end foreach |