mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Get PubSub Hub url from constants
This commit is contained in:
parent
a10d2f6edf
commit
4e155fc70a
1 changed files with 1 additions and 1 deletions
|
@ -1705,7 +1705,7 @@ public class ResponseHelper {
|
|||
String topic = "https://www.youtube.com/xml/feeds/videos.xml?channel_id=" + channelId;
|
||||
|
||||
var builder = new Request.Builder()
|
||||
.url("https://pubsubhubbub.appspot.com/subscribe");
|
||||
.url(Constants.PUBSUB_HUB_URL);
|
||||
|
||||
var formBuilder = new FormBody.Builder();
|
||||
|
||||
|
|
Loading…
Reference in a new issue