Commit Diff


commit - c6304ab9772cc896b95f92e3f953d98d6e08d975
commit + 170d771608a08c2f17310375440bb9e256bedde6
blob - ad0bcba8dcef709152df7faf1fa2044a5c32b124
blob + 927f73b9354d3ed73877cc26490df61152da57a6
--- amused.c
+++ amused.c
@@ -525,7 +525,7 @@ main_enqueue(int tx, struct playlist *px, struct imsge
 		goto err;
 	}
 
-	if (px)
+	if (tx)
 		playlist_push(px, path);
 	else
 		playlist_enqueue(path);