mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-11 19:11:04 +02:00
Feeds.updateRandom: fix calling wrong RPC method
This commit is contained in:
parent
836a949407
commit
f89ecda9b8
@ -627,7 +627,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
updateRandom: function() {
|
||||
console.log("in update_random_feed");
|
||||
|
||||
xhrPost("backend.php", {op: "rpc", method: "updateRandom"}, (transport) => {
|
||||
xhrPost("backend.php", {op: "rpc", method: "updaterandomfeed"}, (transport) => {
|
||||
App.handleRpcJson(transport, true);
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user