diff options
author | Joe Dowd <[email protected]> | 2020-09-04 11:54:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-04 11:54:30 +0100 |
commit | 35651d2a50833725f083dd7e7f83f3ac3979cf16 (patch) | |
tree | 7f406bacaace4d997f679e31c2b1c81c8bb3f213 | |
parent | 1a48f556fa82858514d90ac256e9a4e63895ea15 (diff) | |
download | SponsorBlock-35651d2a50833725f083dd7e7f83f3ac3979cf16.tar.gz SponsorBlock-35651d2a50833725f083dd7e7f83f3ac3979cf16.zip |
Update src/content.ts
Co-authored-by: Ajay Ramachandran <[email protected]>
-rw-r--r-- | src/content.ts | 2 |
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 { |