mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] add bingeGroup to stream responses
This commit is contained in:
@@ -45,7 +45,7 @@ async function getBestTrackers(retry = 2) {
|
||||
.catch(error => {
|
||||
if (retry === 0) {
|
||||
console.log(`Failed retrieving best trackers: ${error.message}`);
|
||||
return [];
|
||||
throw error;
|
||||
}
|
||||
return getBestTrackers(retry - 1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user