diff --git a/couchpotato/static/scripts/page/settings.js b/couchpotato/static/scripts/page/settings.js index 44ae0f6b..11f1aa44 100644 --- a/couchpotato/static/scripts/page/settings.js +++ b/couchpotato/static/scripts/page/settings.js @@ -1311,7 +1311,7 @@ Option.Combined = new Class({ if(has_empty > 0) return; self.add_empty_timeout = setTimeout(function(){ - self.createItem(false, null); + self.createItem({'use': true}); }, 10); },