fix: ffmpeg import

This commit is contained in:
2026-02-25 20:51:45 +01:00
parent 3a1e0153ac
commit 84bc70b442
2 changed files with 8 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ export function FormatSelector({
<Card className="max-h-64 overflow-y-auto custom-scrollbar">
{Object.entries(groupedFormats).length === 0 ? (
<div className="p-4 text-center text-sm text-muted-foreground">
No formats found matching "{searchQuery}"
No formats found matching &quot;{searchQuery}&quot;
</div>
) : (
<div className="p-2">