ew
This commit is contained in:
parent
608cc73b92
commit
29e75a6905
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -39,8 +39,9 @@ async function scrapeLastFMWebsiteForVideo(trackData) {
|
|||
} catch (err) { return null; }
|
||||
|
||||
if (attr == null) return;
|
||||
|
||||
try {
|
||||
const youtubeVideo = await GetVideoDetails(attr);
|
||||
const youtubeVideo = await GetVideoDetails(attr);
|
||||
} catch (err) { return null; }
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue