diff --git a/src/main/java/me/kavin/piped/utils/ResponseHelper.java b/src/main/java/me/kavin/piped/utils/ResponseHelper.java index f6d78ea..1854527 100644 --- a/src/main/java/me/kavin/piped/utils/ResponseHelper.java +++ b/src/main/java/me/kavin/piped/utils/ResponseHelper.java @@ -908,7 +908,7 @@ public class ResponseHelper { .getJSONObject("data").getJSONObject("videos").optString(videoId); if (!lbryId.isEmpty()) - new JSONObject(Constants.h2client.send(HttpRequest + return new JSONObject(Constants.h2client.send(HttpRequest .newBuilder(URI.create("https://api.lbry.tv/api/v1/proxy?m=get")) .POST(BodyPublishers.ofString( String.valueOf(new JSONObject().put("jsonrpc", "2.0").put("method", "get").put("params",