From 26f983bbaab384ef2864a3c41a132218c51f5056 Mon Sep 17 00:00:00 2001 From: marwin Date: Fri, 4 Sep 2026 12:30:58 +0200 Subject: [PATCH] =?UTF-8?q?Default-Lautst=C3=A4rke=20auf=2040%=20senken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Betrifft alle Sender, insbesondere creamfresh radio. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Drq8o4HfFmwkXz2AgvaQ4p --- diora/settings.py | 2 +- templates/radio/player.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/diora/settings.py b/diora/settings.py index c417d52..ffbe165 100644 --- a/diora/settings.py +++ b/diora/settings.py @@ -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) diff --git a/templates/radio/player.html b/templates/radio/player.html index 9681785..9ac3540 100644 --- a/templates/radio/player.html +++ b/templates/radio/player.html @@ -13,8 +13,8 @@