mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Remove Comment
This commit is contained in:
@@ -176,8 +176,6 @@ getCached().then(cached => {
|
||||
addonManifest = body
|
||||
cached.lastReached[task.url] = Date.now()
|
||||
} else if (cached.catalog.length) {
|
||||
// this could backfire in the case of rare updates and
|
||||
// the addon being unreachable due to some fluke
|
||||
if (cached.lastReached[task.url] && Date.now() - cached.lastReached[task.url] > config['maximum-unreachable']) {
|
||||
rip = true
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user