From 37d46411c77bda2b1823f7d230b06e36b7125a8d Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Tue, 23 Feb 2021 17:43:35 +0300
Subject: [PATCH] App.requestCounters() is not a thing

---
 js/Feeds.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab