Fix for EUR fetch in combination with own datasource, WebUI: detect timezone from browser
This commit is contained in:
parent
a8baa085c7
commit
262eae22dc
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue