Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into subscriptions-custom-path

This commit is contained in:
Tzahi12345
2020-06-08 21:24:46 -04:00
3 changed files with 13 additions and 8 deletions

View File

@@ -1745,7 +1745,10 @@ async function autoUpdateYoutubeDL() {
resolve(true);
});
}
})
.catch(err => {
logger.error('Failed to check youtube-dl version for an update.')
logger.error(err)
});
});
}