mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-25 23:16:35 +00:00
Added localsettings entry for default volume.
This commit is contained in:
@@ -11,7 +11,6 @@ com.podnoms.player = {
|
||||
|
||||
/*Members*/
|
||||
currentId:-1,
|
||||
currentPosition:-1,
|
||||
currentPath:'',
|
||||
currentSound:null,
|
||||
waveFormEl:null,
|
||||
|
||||
@@ -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 }}'
|
||||
};
|
||||
Reference in New Issue
Block a user