Fix for EUR fetch in combination with own datasource, WebUI: detect timezone from browser

This commit is contained in:
Djuri Baars 2024-06-28 15:18:40 +02:00
parent a8baa085c7
commit 262eae22dc
2 changed files with 2 additions and 2 deletions

2
data

@ -1 +1 @@
Subproject commit 2b2c8e7fc72a4e0108caf63bccb2e8bf0a5f21a0
Subproject commit fd76caa6f4168ca345b6f847f85e5fc9bb6543b2

View File

@ -87,7 +87,7 @@ void setupBlockNotify()
xQueueSend(workQueue, &blockUpdate, portMAX_DELAY);
}
if (preferences.getBool("ownDataSource", true))
if (!preferences.getBool("fetchEurPrice", false) && preferences.getBool("ownDataSource", true))
{
return;
}