1
0
Fork 0

Also fill avatar width for channels

This commit is contained in:
Chocobozzz 2022-03-18 08:16:44 +01:00
parent db1ccd05d3
commit 2e3f7a5a6f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ async function run () {
for (const videoChannel of account.VideoChannels) {
try {
await fillAvatarSizeIfNeeded(videoChannel)
await generateSmallerAvatarIfNeeded(videoChannel)
} catch (err) {
console.error(`Cannot process channel avatar ${videoChannel.name}`, err)