From a61aa8740c67317d685d637f11f6223a599fad5e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 26 Oct 2020 21:50:08 +0100 Subject: [PATCH] completion of c1bec938ef011594f6c50852f893e2efd5a3df92 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/68cd2be8e1cf8f62ba4c92448ed4bade94189a20 Author: vanhofen Date: 2020-10-26 (Mon, 26 Oct 2020) Origin message was: ------------------ - completion of c1bec938ef011594f6c50852f893e2efd5a3df92 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 0c16899ce..43b660780 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2805,7 +2805,7 @@ TIMER_START(); ZapStart_arg.ci_delay = g_settings.ci_delay; memcpy(ZapStart_arg.ci_rpr, g_settings.ci_rpr, sizeof(g_settings.ci_rpr)); #endif - ZapStart_arg.volume = g_settings.hdmi_cec_volume ? 100 : g_settings.current_volume; + ZapStart_arg.volume = g_settings.hdmi_cec_volume ? 75 : g_settings.current_volume; ZapStart_arg.webtv_xml = &g_settings.webtv_xml; ZapStart_arg.webradio_xml = &g_settings.webradio_xml;