From 1b860c69177a88257b841aab5511cd816fffed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 24 May 2021 21:17:59 -0500 Subject: Not force plyr as player --- settings.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 1482db0..a2373da 100644 --- a/settings.py +++ b/settings.py @@ -148,11 +148,15 @@ For security reasons, enabling this is not recommended.''', 'category': 'playback', }), - ('use_video_hotkeys', { - 'label': 'Enable video hotkeys', - 'type': bool, - 'default': True, + ('use_video_player', { + 'type': int, + 'default': 1, 'comment': '', + 'options': [ + (0, 'Native'), + (1, 'Native with hotkeys'), + (2, 'Plyr'), + ], 'category': 'interface', }), -- cgit v1.2.3