From 35651d2a50833725f083dd7e7f83f3ac3979cf16 Mon Sep 17 00:00:00 2001 From: Joe Dowd Date: Fri, 4 Sep 2020 11:54:30 +0100 Subject: Update src/content.ts Co-authored-by: Ajay Ramachandran --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 205d64c8..061a0159 100644 --- a/src/content.ts +++ b/src/content.ts @@ -621,7 +621,7 @@ function sponsorsLookup(id: string) { // Check for hashPrefix setting let getRequest; if (Config.config.hashPrefix) { - getRequest = utils.asyncRequestToServer('GET', "/api/skipSegments/"+utils.getHash(id, 1).substr(0,4), { + getRequest = utils.asyncRequestToServer('GET', "/api/skipSegments/" + utils.getHash(id, 1).substr(0,4), { categories }); } else { -- cgit v1.2.3