mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Bail
This commit is contained in:
parent
44798d0a29
commit
d68f9b8ea8
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ async function getSkinByMd5(md5) {
|
|||
return null;
|
||||
}
|
||||
const internetArchiveItem = await getInternetArchiveItem(md5);
|
||||
if(internetArchiveItem == null) {
|
||||
return null;
|
||||
}
|
||||
const itemName = internetArchiveItem.identifier;
|
||||
const tweetStatus = await getTweetStatus(md5);
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue