Making show and master source ports and mount points editable.

This commit is contained in:
Robb Ebright 2017-03-14 01:15:14 +00:00
parent 99a3150db5
commit 67ffd2d34a
5 changed files with 216 additions and 29 deletions

View file

@ -464,7 +464,7 @@ class Application_Model_StreamSetting
public static function getDjLiveStreamPort()
{
return self::getValue("dj_live_stream_port", 8001);
return self::getValue("dj_live_stream_port", 8002);
}
public static function setDjLiveStreamMountPoint($value)