From 1919c388e22712496d88752ebc3d44d138b66e4d Mon Sep 17 00:00:00 2001 From: voc0der Date: Tue, 24 Feb 2026 14:24:52 -0500 Subject: [PATCH] Fix eager home card video preview streaming --- .../unified-file-card.component.html | 4 ++-- .../unified-file-card.component.ts | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/app/components/unified-file-card/unified-file-card.component.html b/src/app/components/unified-file-card/unified-file-card.component.html index 63569ad..4d759d9 100644 --- a/src/app/components/unified-file-card/unified-file-card.component.html +++ b/src/app/components/unified-file-card/unified-file-card.component.html @@ -80,8 +80,8 @@ @if (!hide_image || is_playlist || (file_obj.type === 'audio' || file_obj.isAudio)) { Thumbnail } - @if (elevated && !is_playlist && !(file_obj.type === 'audio' || file_obj.isAudio)) { -