]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: set 'Switch to another service' to on as default
authorJaroslav Kysela <perex@perex.cz>
Thu, 16 Nov 2017 13:09:01 +0000 (14:09 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 16 Nov 2017 13:09:01 +0000 (14:09 +0100)
src/profile.c

index d476f6c92c492493a4bf7b7f25490fa9e31b7162..c8919a2afd0d3a341239f052babf2d83dd6f9442 100644 (file)
@@ -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)) {