mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix marketplace showing incompatible add-ons by default (#4182)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ public abstract class AbstractRemoteAddonService implements AddonService {
|
||||
Dictionary<String, Object> properties = configuration.getProperties();
|
||||
if (properties == null) {
|
||||
// if we can't determine a set property, we use false (default is show compatible only)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return ConfigParser.valueAsOrElse(properties.get(CONFIG_INCLUDE_INCOMPATIBLE), Boolean.class, false);
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user