You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default `cache_key` and `filter` argument values in `bashio::addons()` caused problems when only a 'slug' was specified, or when an empty `cache_key` was specified with a non-empty `filter`. See #163 for more details.
This PR adds more robust default value handling for those arguments.
Fixes#163
0 commit comments