This commit is contained in:
Reinhard Pointner 2014-08-11 05:51:58 +00:00
parent 3864603c0a
commit 60ae91e33e
2 changed files with 4 additions and 4 deletions

View File

@ -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
}

View File

@ -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