Fix category id
This commit is contained in:
@@ -116,7 +116,7 @@ async function subscribeToFeed(feedURL, sessionID) {
|
|||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify({ op: "subscribeToFeed", feed_url: feedURL, category_id: 11, sid: sessionID }),
|
body: JSON.stringify({ op: "subscribeToFeed", feed_url: feedURL, category_id: 8, sid: sessionID }),
|
||||||
});
|
});
|
||||||
|
|
||||||
const subscribeData = await subscribeResponse.json();
|
const subscribeData = await subscribeResponse.json();
|
||||||
|
|||||||
Reference in New Issue
Block a user