Not force plyr as player

This commit is contained in:
Jesús
2021-05-24 21:17:59 -05:00
parent ff8531cb84
commit 1b860c6917
2 changed files with 23 additions and 14 deletions

View File

@@ -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',
}),