mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
feat(video-player): add Bunny original-source fallback and quality option, plus approval/download UI tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user