mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Fix for LBRY domain change.
This commit is contained in:
parent
2c995856d1
commit
616c42ee2f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class LbryHelper {
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
var request = new Request.Builder()
|
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(
|
.post(RequestBody.create(mapper.writeValueAsBytes(
|
||||||
mapper.createObjectNode()
|
mapper.createObjectNode()
|
||||||
.put("id", System.currentTimeMillis())
|
.put("id", System.currentTimeMillis())
|
||||||
|
|
Loading…
Reference in a new issue