Skip to content

Commit

Permalink
Merge pull request xbmc#18170 from ronie/fix-PR18141
Browse files Browse the repository at this point in the history
[Estuary] fix log errors
  • Loading branch information
DaveTBlake authored and Maven85 committed Aug 4, 2020
1 parent fe7af04 commit c8df825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/Includes_Home.xml
Expand Up @@ -859,7 +859,7 @@
<property name="FanartCode">$INFO[Window(weather).Property(Day$PARAM[item_index].FanartCode)]</property>
<thumb>$INFO[Window(weather).Property(Day$PARAM[item_index].OutlookIcon)]</thumb>
<onclick>noop</onclick>
<visible>String.IsEmpty(Window(weather).Property(Daily.IsFetched))!String.IsEmpty(Window(weather).Property(Day$PARAM[item_index].Outlook))</visible>
<visible>String.IsEmpty(Window(weather).Property(Daily.IsFetched)) + !String.IsEmpty(Window(weather).Property(Day$PARAM[item_index].Outlook))</visible>
</item>
</include>
<include name="WeatherMapItem">
Expand Down

0 comments on commit c8df825

Please sign in to comment.