diff --git a/static/js/com.podnoms.player.js b/static/js/com.podnoms.player.js index 6ee381e..da48159 100644 --- a/static/js/com.podnoms.player.js +++ b/static/js/com.podnoms.player.js @@ -11,7 +11,6 @@ com.podnoms.player = { /*Members*/ currentId:-1, - currentPosition:-1, currentPath:'', currentSound:null, waveFormEl:null, diff --git a/templates/javascript/settings.js b/templates/javascript/settings.js index 4ebea48..3a7b844 100644 --- a/templates/javascript/settings.js +++ b/templates/javascript/settings.js @@ -5,5 +5,5 @@ com.podnoms.settings = { urlRoot: '{{ API_URL }}', liveStreamRoot: 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}', streamInfoUrl: 'http://{{ LIVE_STREAM_INFO_URL }}', - volume: 10 + volume: '{{ DEFAULT_AUDIO_VOLUME }}' }; \ No newline at end of file