aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoe Dowd <[email protected]>2020-09-04 11:54:30 +0100
committerGitHub <[email protected]>2020-09-04 11:54:30 +0100
commit35651d2a50833725f083dd7e7f83f3ac3979cf16 (patch)
tree7f406bacaace4d997f679e31c2b1c81c8bb3f213
parent1a48f556fa82858514d90ac256e9a4e63895ea15 (diff)
downloadSponsorBlock-35651d2a50833725f083dd7e7f83f3ac3979cf16.tar.gz
SponsorBlock-35651d2a50833725f083dd7e7f83f3ac3979cf16.zip
Update src/content.ts
Co-authored-by: Ajay Ramachandran <[email protected]>
-rw-r--r--src/content.ts2
1 files changed, 1 insertions, 1 deletions
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 {