# HG changeset patch # User nhjm449 # Date 1147313629 25200 # Node ID 1a73946ddfbda8f77f39c757d43cad54a0eae039 # Parent 2b42e48a688e9f4e5dfc2570b4efe121c6d87a12 [svn] - Queue fix from ircubic (bug #490) diff -r 2b42e48a688e -r 1a73946ddfbd audacious/playlist.c --- a/audacious/playlist.c Wed May 10 17:54:49 2006 -0700 +++ b/audacious/playlist.c Wed May 10 19:13:49 2006 -0700 @@ -849,7 +849,7 @@ plist_pos_list = find_playlist_position_list(); - if (!cfg.repeat && !g_list_next(plist_pos_list)) { + if (!cfg.repeat && !g_list_next(plist_pos_list) && !queued_list) { PLAYLIST_UNLOCK(); return; }