From 071b21cba06fb9c5fed0ff40dfbfcaf34d42d90a Mon Sep 17 00:00:00 2001 From: Daniel Vijge Date: Mon, 10 Aug 2020 20:35:51 +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 d8d9f86..672b31a 100644 --- a/ProtocolHandler.pm +++ b/ProtocolHandler.pm @@ -430,7 +430,7 @@ sub explodePlaylist { ); } else { - $callback->([]); + $callback->([$uri]); } }