Fix max_resolution in TOR mode
some videos have 480p resolution, and if setting only 360p the player would have no video to play
This commit is contained in:
@@ -143,6 +143,7 @@ For security reasons, enabling this is not recommended.''',
|
||||
'comment': '',
|
||||
'options': [
|
||||
(360, '360p'),
|
||||
(480, '480p'),
|
||||
(720, '720p'),
|
||||
],
|
||||
'category': 'playback',
|
||||
|
||||
Reference in New Issue
Block a user