Default-Lautstärke auf 40% senken
Betrifft alle Sender, insbesondere creamfresh radio. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Drq8o4HfFmwkXz2AgvaQ4p
This commit is contained in:
parent
171560c71e
commit
26f983bbaa
2 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ BG_MAX_BYTES = 5 * 1024 * 1024 # 5 MB
|
|||
HIGHLIGHTS_MAX_BYTES = 700 * 1024 # 700 KB
|
||||
BOOKMARKS_MAX_BYTES = 100 * 1024 # 100 KB
|
||||
|
||||
VOLUME_DEFAULT = 204 # out of 255
|
||||
VOLUME_DEFAULT = 102 # out of 255 (40%)
|
||||
ITUNES_TIMEOUT = 6 # seconds
|
||||
BOOK_METADATA_TIMEOUT = 6 # seconds (DNB / Open Library shelf lookup)
|
||||
WEBDAV_TIMEOUT = 15 # seconds (cloud import browse/fetch)
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
<button class="btn btn-play" id="play-stop-btn" onclick="togglePlayStop()" style="display:none;">▶ Play</button>
|
||||
<label class="volume-label">
|
||||
<span>vol</span>
|
||||
<input type="range" id="volume" min="0" max="255" value="204" class="volume-slider">
|
||||
<input type="number" id="volume-num" min="0" max="255" value="204" class="volume-num">
|
||||
<input type="range" id="volume" min="0" max="255" value="102" class="volume-slider">
|
||||
<input type="number" id="volume-num" min="0" max="255" value="102" class="volume-num">
|
||||
</label>
|
||||
<button class="btn btn-save" id="save-station-btn" style="display:none;" onclick="saveCurrentStation()">★ Save</button>
|
||||
<button class="btn-icon" id="creamfresh-vote-up-btn" style="display:none;" onclick="creamfreshVote('up')" title="Gefällt mir">👍</button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue