mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
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:
parent
3d163cf440
commit
3579a99df3
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ const Player = forwardRef<HTMLDivElement, Props>(({ profile }: Props, ref) => {
|
||||||
<Option label={'SETTINGS_NEXT_VIDEO_POPUP_DURATION'}>
|
<Option label={'SETTINGS_NEXT_VIDEO_POPUP_DURATION'}>
|
||||||
<MultiselectMenu
|
<MultiselectMenu
|
||||||
className={'multiselect'}
|
className={'multiselect'}
|
||||||
disabled={!profile.settings.bingeWatching}
|
|
||||||
{...nextVideoPopupDurationSelect}
|
{...nextVideoPopupDurationSelect}
|
||||||
/>
|
/>
|
||||||
</Option>
|
</Option>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue