mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:05:55 +00:00
article: unify naming
This commit is contained in:
@@ -332,7 +332,7 @@ const Filters = {
|
||||
|
||||
} else {
|
||||
|
||||
const query = {op: "article", method: "get_metadata_by_id", id: Article.getActive()};
|
||||
const query = {op: "article", method: "getmetadatabyid", id: Article.getActive()};
|
||||
|
||||
xhrPost("backend.php", query, (transport) => {
|
||||
const reply = JSON.parse(transport.responseText);
|
||||
|
||||
Reference in New Issue
Block a user