bouquet: save bouquet on name change
This commit is contained in:
parent
ac34185e67
commit
6bb5e0f7f4
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ bouquet_find_by_source(const char *name, const char *src, int create)
|
|||
tvhwarn("bouquet", "bouquet name '%s' changed to '%s'", bq->bq_name ?: "", name);
|
||||
free(bq->bq_name);
|
||||
bq->bq_name = strdup(name);
|
||||
bouquet_save(bq, 1);
|
||||
}
|
||||
return bq;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue