Minor fix

This commit is contained in:
goodtube4u
2024-08-10 09:50:02 +10:00
parent c383189233
commit 4596b2d28e
2 changed files with 1 additions and 2 deletions

View File

@@ -2750,7 +2750,6 @@
});
// Call the API (die after 10s)
console.log('trying ', fileName, goodTube_downloadServers[serverIndex]);
fetch(goodTube_downloadServers[serverIndex]+'/api/json', {
signal: AbortSignal.timeout(10000),
method: 'POST',

2
goodtube.min.js vendored

File diff suppressed because one or more lines are too long