Mercurial > audlegacy
changeset 4548:d85316d57a02
Automated merge with ssh://hg.atheme.org//hg/audacious
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Thu, 15 May 2008 19:25:45 +0200 |
parents | d4c5719d30d1 (current diff) 024be3d7ef4c (diff) |
children | 8445515efab1 |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/playback.c Wed May 14 00:35:09 2008 +0200 +++ b/src/audacious/playback.c Thu May 15 19:25:45 2008 +0200 @@ -177,13 +177,13 @@ entry = playlist_get_entry_to_play(playlist); g_return_if_fail(entry != NULL); - if (!playback_play_file(entry)) - return; - #ifdef USE_DBUS mpris_emit_track_change(mpris); #endif + if (!playback_play_file(entry)) + return; + playlist_check_pos_current(playlist); hook_call("playback begin", entry);