comparison src/audlegacy/playlist.c @ 4880:1127ed19b368

Add a "playlist load" trigger so that non-existant CD tracks can be removed
author John Lindgren <john.lindgren@tds.net>
date Mon, 04 May 2009 23:20:56 -0400
parents be6c7aea8665
children
comparison
equal deleted inserted replaced
4879:012b478a282f 4880:1127ed19b368
1800 playlist_generate_shuffle_list(playlist); 1800 playlist_generate_shuffle_list(playlist);
1801 hook_call("playlist update", playlist); 1801 hook_call("playlist update", playlist);
1802 1802
1803 playlist_recalc_total_time(playlist); //tentative --yaz 1803 playlist_recalc_total_time(playlist); //tentative --yaz
1804 PLAYLIST_INCR_SERIAL(playlist); 1804 PLAYLIST_INCR_SERIAL(playlist);
1805
1806 hook_call ("playlist load", playlist);
1805 1807
1806 return new_len - old_len; 1808 return new_len - old_len;
1807 } 1809 }
1808 1810
1809 GList * 1811 GList *