feat(video-player): add Bunny original-source fallback and quality option, plus approval/download UI tweaks

This commit is contained in:
Yusuf İpek
2026-02-26 10:02:11 +03:00
parent 7f87d717d2
commit 15fa9452a4
7 changed files with 212 additions and 65 deletions
+6
View File
@@ -376,6 +376,12 @@ export const PlayerCore = memo(function PlayerCore({
>
Auto
</DropdownMenuItem>
<DropdownMenuItem
onClick={() => handleQualityChange(-2)}
className={cn(selectedQualityLevel === -2 && 'font-bold text-primary')}
>
Original
</DropdownMenuItem>
{qualityOptions.length > 0 && <DropdownMenuSeparator />}
{qualityOptions.map((option) => (
<DropdownMenuItem