From 54e7f51ab1ebe1ee4e269ce5e688810fcfbb1947 Mon Sep 17 00:00:00 2001 From: Aleksejs Popovs Date: Sun, 4 May 2014 19:53:49 +0300 Subject: fixed crash after last track if "stop after cur album" is enabled --- streamer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'streamer.c') diff --git a/streamer.c b/streamer.c index 7639a1f5..f61d635a 100644 --- a/streamer.c +++ b/streamer.c @@ -374,6 +374,7 @@ int stop_after_album_check (playItem_t *cur, playItem_t *next) { stop_after_album = 0; deadbeef->sendmessage (DB_EV_CONFIGCHANGED, 0, 0, 0); } + return 1; } const char *cur_artist = pl_find_meta_raw (cur, "artist"); -- cgit v1.2.3