From 5aad1ddbdcb07f1df1d089fe90a316d4de245dfc Mon Sep 17 00:00:00 2001 From: Daniel Vijge Date: Mon, 10 Aug 2020 19:05:13 +0200 Subject: [PATCH] Fix playing tracks when browsing (only Tune In URL worked) --- ProtocolHandler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtocolHandler.pm b/ProtocolHandler.pm index 6d9b022..ba4ef27 100644 --- a/ProtocolHandler.pm +++ b/ProtocolHandler.pm @@ -325,7 +325,7 @@ sub explodePlaylist { ); } else { - $callback->([]); + $callback->([$uri]); } }