Mercurial > audlegacy
changeset 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 | 012b478a282f |
children | a74ccf27f8f2 |
files | src/audlegacy/playlist.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audlegacy/playlist.c Sun May 03 20:44:00 2009 -0400 +++ b/src/audlegacy/playlist.c Mon May 04 23:20:56 2009 -0400 @@ -1803,6 +1803,8 @@ playlist_recalc_total_time(playlist); //tentative --yaz PLAYLIST_INCR_SERIAL(playlist); + hook_call ("playlist load", playlist); + return new_len - old_len; }