Fix for LBRY domain change.

This commit is contained in:
Kavin 2022-11-17 17:16:13 +00:00
parent 2c995856d1
commit 616c42ee2f
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class LbryHelper {
return null;
var request = new Request.Builder()
.url("https://api.lbry.tv/api/v1/proxy?m=get")
.url("https://api.na-backend.odysee.com/api/v1/proxy?m=get")
.post(RequestBody.create(mapper.writeValueAsBytes(
mapper.createObjectNode()
.put("id", System.currentTimeMillis())