Expand shoutcast to 8000-8100

Suugested-by: hoba
This commit is contained in:
Scott Ullrich 2005-07-10 22:54:22 +00:00
parent d418382252
commit 29f585f28b

View File

@ -1425,7 +1425,7 @@
if($_POST['streamingmp3'] != "") {
/* streaming mp3 media aka shoutcast */
$othersplist[] = array('STREAMINGMP3', 'tcp', '8000', '8010', 'both', $_POST['streamingmp3']);
$othersplist[] = array('STREAMINGMP3', 'tcp', '8000', '8100', 'both', $_POST['streamingmp3']);
}
if($_POST['irc'] != "") {