summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
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");