mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
feeds: unify naming
This commit is contained in:
@@ -501,7 +501,7 @@ const Feeds = {
|
||||
const tree = dijit.byId("feedTree");
|
||||
|
||||
if (tree && tree.model)
|
||||
return tree.getFeedCategory(feed);
|
||||
return tree._cat_of_feed(feed);
|
||||
|
||||
} catch (e) {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user