Fixed actor data and avatar fetching and display.

This commit is contained in:
2020-01-02 17:13:57 +01:00
parent 5a6bf2b42f
commit e77dbca954
3 changed files with 11 additions and 4 deletions

View File

@@ -306,7 +306,6 @@ async function storeReleaseAssets(release, releaseId) {
targetId: releaseId,
subpath,
}, identifier),
/*
storePhotos(release.covers, {
role: 'cover',
targetId: releaseId,
@@ -316,7 +315,6 @@ async function storeReleaseAssets(release, releaseId) {
targetId: releaseId,
subpath,
}, identifier),
*/
]);
} catch (error) {
console.log(release.url, error);