]> 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:27 +0000 (14:09 +0100)
src/profile.c

index 352c511ed560152cfa53b1a8c3c5420e39fc0978..84fb7edfa5ebca2fa652724050548be951892c48 100644 (file)
@@ -97,6 +97,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)) {