diff --git a/source/net/filebot/Settings.java b/source/net/filebot/Settings.java index 136d41b4..53cdf667 100644 --- a/source/net/filebot/Settings.java +++ b/source/net/filebot/Settings.java @@ -44,7 +44,7 @@ public final class Settings { ResourceBundle bundle = ResourceBundle.getBundle(Settings.class.getName(), Locale.ROOT); if (isAppStore()) { try { - return bundle.getString("apikey.private." + name); + return bundle.getString("apikey.appstore." + name); } catch (MissingResourceException e) { // ignore, fall back to default } diff --git a/source/net/filebot/Settings.properties b/source/net/filebot/Settings.properties index 4ae4c16c..40c90283 100644 --- a/source/net/filebot/Settings.properties +++ b/source/net/filebot/Settings.properties @@ -23,6 +23,6 @@ apikey.acoustid: 0B3qZnQc apikey.anidb: filebot # api keys used by the appstore distribution -apikey.private.thetvdb: 5F6E873A88CF70D9 -apikey.private.tvrage: mugksCbTg35PLBIhCXdG -apikey.private.anidb: filebotappstore +apikey.appstore.thetvdb: 5F6E873A88CF70D9 +apikey.appstore.tvrage: mugksCbTg35PLBIhCXdG +apikey.appstore.anidb: filebotappstore