diff --git a/app/streams/streams.php b/app/streams/streams.php
index 85aa90902b..543db82a68 100644
--- a/app/streams/streams.php
+++ b/app/streams/streams.php
@@ -197,7 +197,7 @@
}
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_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);
echo " ";
@@ -241,7 +241,7 @@
}
echo " | \n";
- echo " ".escape($row['stream_location'])." | \n";
+ //echo " ".escape($row['stream_location'])." | \n";
echo " ".escape($row['stream_enabled'])." | \n";
//echo " ".escape($row['domain_uuid'])." | \n";
echo " ".escape($row['stream_description'])." | \n";