From 80ec66b47cb8eb347092ad4b049bb82ad0670b30 Mon Sep 17 00:00:00 2001 From: Tim Turner Date: Sun, 22 Jan 2017 10:09:10 -0500 Subject: [PATCH] Prefix Keys with "Radarr" Makes progress on #285 --- src/UI/Config.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/UI/Config.js b/src/UI/Config.js index 2115d076a..c2a64db58 100644 --- a/src/UI/Config.js +++ b/src/UI/Config.js @@ -7,12 +7,12 @@ module.exports = { }, Keys : { - DefaultProfileId : 'DefaultProfileId', - DefaultRootFolderId : 'DefaultRootFolderId', - UseSeasonFolder : 'UseSeasonFolder', - DefaultSeriesType : 'DefaultSeriesType', - MonitorEpisodes : 'MonitorEpisodes', - AdvancedSettings : 'advancedSettings' + DefaultProfileId : 'RadarrDefaultProfileId', + DefaultRootFolderId : 'RadarrDefaultRootFolderId', + UseSeasonFolder : 'RadarrUseSeasonFolder', + DefaultSeriesType : 'RadarrDefaultSeriesType', + MonitorEpisodes : 'RadarrMonitorEpisodes', + AdvancedSettings : 'RadarradvancedSettings' }, getValueJson : function (key, defaultValue) { @@ -48,7 +48,6 @@ module.exports = { }, setValue : function(key, value) { - console.log('Config: [{0}] => [{1}]'.format(key, value)); if (this.getValue(key) === value.toString()) {