fix: settings - player - keep next video popup enabled regardless of bingeWatching setting

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
Lachezar Lechev 2025-10-24 10:24:39 +03:00
parent 3d163cf440
commit 3579a99df3
No known key found for this signature in database
GPG key ID: 69BDCB3ED8CE8037

View file

@ -111,7 +111,6 @@ const Player = forwardRef<HTMLDivElement, Props>(({ profile }: Props, ref) => {
<Option label={'SETTINGS_NEXT_VIDEO_POPUP_DURATION'}>
<MultiselectMenu
className={'multiselect'}
disabled={!profile.settings.bingeWatching}
{...nextVideoPopupDurationSelect}
/>
</Option>