fix video thumb cleanup (#6431)

This commit is contained in:
Samuel Newman
2024-11-17 14:56:15 +00:00
committed by GitHub
parent e9fe8d90ef
commit 8d1c93efc8
3 changed files with 17 additions and 10 deletions
@@ -1,3 +1,7 @@
export function clearThumbnailCache() {
// no-op
}
export function VideoTranscodeBackdrop() {
return null
}