summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/Feeds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 4841fd0df..a8f08e623 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -264,7 +264,7 @@ const Feeds = {
// bw_limit disables timeout() so we request initial counters separately
if (App.getInitParam("bw_limit")) {
- App.requestCounters(true);
+ this.requestCounters(true);
} else {
setTimeout(() => {
this.requestCounters(true);