summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 793d5a6b..cc6e9dc1 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -459,6 +459,10 @@ class Stream {
foreach ($this->objects as $object) {
$localplay->add($object);
}
+
+ foreach ($this->urls as $url) {
+ $localplay->add($url);
+ }
$localplay->play();