Fix enabling/disabling CommunityMarketplace (#2864)

Signed-off-by: Jan N. Klug <github@klug.nrw>
pull/2868/head
J-N-K 2022-03-21 22:02:34 +01:00 committed by GitHub
parent 7fbd9768a7
commit 5746a1ff2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class CommunityMarketplaceAddonService extends AbstractRemoteAddonService
static final String CONFIG_URI = "system:marketplace";
static final String CONFIG_API_KEY = "apiKey";
static final String CONFIG_SHOW_UNPUBLISHED_ENTRIES_KEY = "showUnpublished";
static final String CONFIG_ENABLED_KEY = "enabled";
static final String CONFIG_ENABLED_KEY = "enable";
private static final String COMMUNITY_BASE_URL = "https://community.openhab.org";
private static final String COMMUNITY_MARKETPLACE_URL = COMMUNITY_BASE_URL + "/c/marketplace/69/l/latest";