Skip to content

Commit

Permalink
Fix playing tracks when browsing (only Tune In URL worked)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed Aug 10, 2020
1 parent 1fc1def commit 071b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProtocolHandler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ sub explodePlaylist {
);
}
else {
$callback->([]);
$callback->([$uri]);
}
}

Expand Down

0 comments on commit 071b21c

Please sign in to comment.