mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing broken River.
This commit is contained in:
parent
28d6226e72
commit
0b71211090
1 changed files with 1 additions and 2 deletions
|
@ -442,8 +442,7 @@ NEWSBLUR.AssetModel.Reader.prototype = {
|
|||
this.stories = data.stories;
|
||||
this.feed_tags = data.feed_tags || {};
|
||||
this.feed_authors = data.feed_authors || {};
|
||||
this.active_feed = this.get_feed(feed_id);
|
||||
console.log(["feed_id", feed_id, this.active_feed]);
|
||||
this.active_feed = this.get_feed(feed_id) || {};
|
||||
this.active_feed.feed_title = data.feed_title || this.active_feed.feed_title;
|
||||
this.active_feed.last_update = data.last_update;
|
||||
this.active_feed.updated = data.updated;
|
||||
|
|
Loading…
Add table
Reference in a new issue