diff --git a/app/streams/streams.php b/app/streams/streams.php
index a6fc14065e..85aa90902b 100644
--- a/app/streams/streams.php
+++ b/app/streams/streams.php
@@ -196,6 +196,7 @@
echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param);
}
echo th_order_by('stream_name', $text['label-stream_name'], $order_by, $order);
+ echo "
".$text['label-play']." | \n";
echo th_order_by('stream_location', $text['label-stream_location'], $order_by, $order);
echo th_order_by('stream_enabled', $text['label-stream_enabled'], $order_by, $order);
echo th_order_by('stream_description', $text['label-stream_description'], $order_by, $order);
@@ -230,6 +231,16 @@
echo " ".$domain." | \n";
}
echo " ".escape($row['stream_name'])." | \n";
+
+ echo " \n";
+ if (strlen($row['stream_location']) > 0) {
+ $location_parts = explode('://',$row['stream_location']);
+ if ($location_parts[0] == "shout") {
+ echo " | \n";
+
echo " ".escape($row['stream_location'])." | \n";
echo " ".escape($row['stream_enabled'])." | \n";
//echo " ".escape($row['domain_uuid'])." | \n";