1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-31 22:46:46 +00:00

Fix thumbnail scanning file selection

This commit is contained in:
Cadence Ember 2026-05-28 12:58:23 +12:00
parent 21c3f624b0
commit 906ae5c2fc

View file

@ -105,6 +105,7 @@ async function scanThumbnail(videoId) {
} }
usableThumbnail = thumbnail usableThumbnail = thumbnail
break
} }
if (!usableThumbnail) return "deleted" if (!usableThumbnail) return "deleted"