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

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

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