From ff34a4c5e879af72d15192ccfe53047af53c62be Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Fri, 1 Jan 2021 10:28:50 -0500 Subject: [PATCH] Reverting --- airtime_mvc/application/models/StreamSetting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/StreamSetting.php b/airtime_mvc/application/models/StreamSetting.php index aa99d9917..4454560f0 100644 --- a/airtime_mvc/application/models/StreamSetting.php +++ b/airtime_mvc/application/models/StreamSetting.php @@ -156,7 +156,7 @@ class Application_Model_StreamSetting self::ensureKeyExists($keyPrefix . 'description', $data); self::ensureKeyExists($keyPrefix . 'enable', $data, "false"); self::ensureKeyExists($keyPrefix . 'genre', $data); - self::ensureKeyExists($keyPrefix . 'host', $data, $config['baseUrl']); + self::ensureKeyExists($keyPrefix . 'host', $data); self::ensureKeyExists($keyPrefix . 'liquidsoap_error', $data, "waiting"); self::ensureKeyExists($keyPrefix . 'mount', $data); self::ensureKeyExists($keyPrefix . 'name', $data);