diff --git a/src/profile.c b/src/profile.c index 631f032e..2a2bd908 100644 --- a/src/profile.c +++ b/src/profile.c @@ -125,6 +125,8 @@ profile_class_save ( idnode_t *in ) { profile_t *pro = (profile_t *)in; htsmsg_t *c = htsmsg_create_map(); + if (pro == profile_default) + pro->pro_enabled = 1; idnode_save(in, c); if (pro->pro_shield) htsmsg_add_bool(c, "shield", 1);