mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:35:57 +00:00
Fix getCategory method.
This commit is contained in:
@@ -526,7 +526,7 @@ const Feeds = {
|
|||||||
const tree = dijit.byId("feedTree");
|
const tree = dijit.byId("feedTree");
|
||||||
|
|
||||||
if (tree && tree.model)
|
if (tree && tree.model)
|
||||||
return tree._cat_of_feed(feed);
|
return tree.getFeedCategory(feed);
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user