summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar Aleksejs Popovs <me@popoffka.ru>2014-05-04 19:53:49 +0300
committerGravatar Aleksejs Popovs <me@popoffka.ru>2014-05-04 19:53:49 +0300
commit54e7f51ab1ebe1ee4e269ce5e688810fcfbb1947 (patch)
treecf6a8135a2ab2f8f8a314594301ca81eb851dd72 /streamer.c
parent4b981c37a45e9a77e887c490603bc7c182a917aa (diff)
fixed crash after last track if "stop after cur album" is enabled
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c1
1 files changed, 1 insertions, 0 deletions
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");