Save content history diretly after its update

This commit is contained in:
Jean-André Santoni 2015-12-16 09:28:08 +07:00
parent 4afbf2a141
commit 0a6572eb83

View File

@ -425,6 +425,8 @@ static void menu_push_to_history_playlist(void)
system->library_name,
NULL,
NULL);
content_playlist_write_file(g_defaults.history);
}
/**