From ec3f4c6c170e55fff7f6191141833d6abfa05847 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 21 Dec 2015 19:33:47 +0100 Subject: next_stream: shuf --- soundcloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soundcloud b/soundcloud index 9e827cc..ccdd415 100755 --- a/soundcloud +++ b/soundcloud @@ -9,7 +9,7 @@ play_stream() { # Url Page -> Url Page next_stream() { - get_related "$1" | head -1 + get_related "$1" | shuf | head -1 } # Url Page -> Streams -- cgit v1.2.3