Merge branch 'fix/live-stream-source' of https://github.com/Robbt/libretime into Robbt-fix/live-stream-source

This commit is contained in:
Robb Ebright 2017-03-14 19:22:32 -04:00
commit e873e0d8da
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)