Fix 6298b96
: Changing music set did not save new setting
This commit is contained in:
@@ -173,6 +173,9 @@ void MusicSystem::ChangeMusicSet(const char *set_name)
|
|||||||
{
|
{
|
||||||
BaseMusic::SetSet(set_name);
|
BaseMusic::SetSet(set_name);
|
||||||
|
|
||||||
|
free(BaseMusic::ini_set);
|
||||||
|
BaseMusic::ini_set = stredup(set_name);
|
||||||
|
|
||||||
this->BuildPlaylists();
|
this->BuildPlaylists();
|
||||||
this->ChangePlaylist(this->selected_playlist);
|
this->ChangePlaylist(this->selected_playlist);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user