diff --git a/js/Feeds.js b/js/Feeds.js
index 4841fd0df768a3ccb436c6e4aabf69e559bbecbf..a8f08e623cba25a9baaf23dcc9ab4c7872402659 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);