mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-06 05:44:02 +00:00
Altered debug mode in javascript settings
This commit is contained in:
@@ -9,11 +9,11 @@ com.podnoms.settings = {
|
||||
liveStreamRoot: 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
|
||||
streamInfoUrl: 'http://{{ LIVE_STREAM_INFO_URL }}',
|
||||
volume: '{{ DEFAULT_AUDIO_VOLUME }}',
|
||||
smDebugMode: '{{ SM_DEBUG_MODE }}',
|
||||
isDebug: '{{ IS_DEBUG }}',
|
||||
smDebugMode: {{ SM_DEBUG_MODE }},
|
||||
isDebug: {{ IS_DEBUG }},
|
||||
drawTimelineOnMix: false,
|
||||
staticUrl: '{{ STATIC_URL }}',
|
||||
urlArgs: '{{ IS_DEBUG }}' ? "" : "bust="+ (new Date()).getTime(),
|
||||
urlArgs: {{ IS_DEBUG }} ? "" : "bust="+ (new Date()).getTime(),
|
||||
currentUser: {{ CURRENT_USER_ID }},
|
||||
/** simple helper to take an api JSON object and initialise a player item */
|
||||
setupPlayerWrapper: function (id, stream_url) {
|
||||
|
||||
Reference in New Issue
Block a user