Added localsettings entry for default volume.

This commit is contained in:
=
2012-09-07 18:46:12 +01:00
parent ebe2ab6498
commit cbf3c6103d
2 changed files with 1 additions and 2 deletions

View File

@@ -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 }}'
};