mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-23 01:43:18 +03:00
Added catch statement if youtube-dl tags could not be retrieved
This commit is contained in:
@@ -1743,7 +1743,10 @@ async function autoUpdateYoutubeDL() {
|
|||||||
resolve(true);
|
resolve(true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
})
|
||||||
|
.catch(err => {
|
||||||
|
logger.error('Failed to check youtube-dl version for an update.')
|
||||||
|
logger.error(err)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user