From 432852cf5d88e28cdd687fe730ef3ea4670a8251 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 9 Jan 2013 21:20:27 +0100 Subject: [PATCH] Enable added combined list by default --- couchpotato/static/scripts/page/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },