mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-27 20:18:07 +00:00
Added burst to require in non-DEBUG
This commit is contained in:
@@ -13,6 +13,7 @@ com.podnoms.settings = {
|
||||
isDebug: '{{ IS_DEBUG }}',
|
||||
drawTimelineOnMix: false,
|
||||
staticUrl: '{{ STATIC_URL }}',
|
||||
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