1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 02:35:54 +00:00

Merge pull request 'Fix getCategory method.' (#32) from rodneys_mission/tt-rss:master into master

Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/32
This commit is contained in:
fox
2021-04-13 07:03:55 +03:00

View File

@@ -526,7 +526,7 @@ const Feeds = {
const tree = dijit.byId("feedTree");
if (tree && tree.model)
return tree._cat_of_feed(feed);
return tree.getFeedCategory(feed);
} catch (e) {
//