matrix patch

This commit is contained in:
anxdpanic 2020-02-07 16:44:38 -05:00 committed by anxdpanic
parent 65421f17d1
commit 607d58668b
3 changed files with 963 additions and 153 deletions

View file

@ -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,