shithub: zuke

Download patch

ref: 8167a433d7023a864c8539df91a146f72c45004a
parent: 06c5017524fdd96a47eed42531b006cb5045d35d
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Jun 3 14:19:13 EDT 2020

reload next track on (re)shuffle

--- a/zuke.c
+++ b/zuke.c
@@ -819,6 +819,11 @@
 		free(shuffle);
 		shuffle = nil;
 	}
+
+	if(pcur < plnum-1){
+		stop(playernext);
+		playernext = newplayer(pcur+1, 0);
+	}
 }
 
 static void