mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
matrix patch
This commit is contained in:
parent
65421f17d1
commit
607d58668b
3 changed files with 963 additions and 153 deletions
|
|
@ -63,7 +63,7 @@ class AbstractSettings(object):
|
|||
return value == 'true'
|
||||
|
||||
def get_items_per_page(self):
|
||||
return self.get_int(constants.setting.ITEMS_PER_PAGE, 50, lambda x: (x + 1) * 5)
|
||||
return self.get_int(constants.setting.ITEMS_PER_PAGE, 50)
|
||||
|
||||
def get_video_quality(self, quality_map_override=None):
|
||||
vq_dict = {0: 240,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue