From: Jaroslav Kysela Date: Thu, 16 Nov 2017 13:09:01 +0000 (+0100) Subject: profile: set 'Switch to another service' to on as default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f46c9cf3524b97b9a28cdb8c66644a1dd134fa1;p=thirdparty%2Ftvheadend.git profile: set 'Switch to another service' to on as default --- diff --git a/src/profile.c b/src/profile.c index d476f6c92..c8919a2af 100644 --- a/src/profile.c +++ b/src/profile.c @@ -98,6 +98,7 @@ profile_create } LIST_INIT(&pro->pro_dvr_configs); LIST_INIT(&pro->pro_accesses); + pro->pro_swservice = 1; pro->pro_contaccess = 1; pro->pro_ca_timeout = 2000; if (idnode_insert(&pro->pro_id, uuid, pb->clazz, 0)) {