Merge pull request #2571 from lakkatv/xmb

Save content history diretly after its update
This commit is contained in:
Twinaphex 2015-12-16 03:29:46 +01:00
commit 149bf68cf7

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);
}
/**