LMS can set player's name (only LMS scope) - release

This commit is contained in:
Philippe G
2021-03-31 19:24:34 -07:00
parent 43aa62ac56
commit 0629b017b1
4 changed files with 32 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ int set_squeezelite_player_name(FILE * f,const char * name){
FREE_AND_NULL(nvs_config);
FREE_AND_NULL(argv);
free(cleaned_name);
return nerrors;
}