mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Dashboard with saved searches for missing feeds shouldn't crash.
This commit is contained in:
parent
0d6f349a0f
commit
1b2e2b0606
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ NEWSBLUR.Views.DashboardRiver = Backbone.View.extend({
|
|||
load_stories: function (options) {
|
||||
if (_.string.startsWith(this.model.get('river_id'), 'search:')) {
|
||||
var feed = NEWSBLUR.assets.get_feed(this.model.get('river_id'));
|
||||
if (!feed) return;
|
||||
this.options.query = feed.get('query');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue