mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Handling missing feed.
This commit is contained in:
parent
8bb1be8de6
commit
a7ae7602ac
1 changed files with 2 additions and 0 deletions
|
@ -5226,6 +5226,8 @@
|
|||
if (!feed_id) return;
|
||||
|
||||
var feed = this.model.get_feed(feed_id);
|
||||
if (!feed) return;
|
||||
|
||||
var subs = feed.get('num_subscribers');
|
||||
var delay = options.realtime ? subs * 2 : 0; // 1,000 subs = 2 seconds
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue