Save home stats config to local storage instead of server

This commit is contained in:
JonnyWong16 2018-10-13 20:27:08 -07:00
parent d93390f8ed
commit 018356b85e
5 changed files with 22 additions and 63 deletions

View file

@ -266,12 +266,6 @@ class DataFactory(object):
if grouping is None:
grouping = plexpy.CONFIG.GROUP_HISTORY_TABLES
if time_range is None:
time_range = plexpy.CONFIG.HOME_STATS_LENGTH
if stats_type is None:
stats_type = plexpy.CONFIG.HOME_STATS_TYPE
if stats_count is None:
stats_count = plexpy.CONFIG.HOME_STATS_COUNT
if stats_cards is None:
stats_cards = plexpy.CONFIG.HOME_STATS_CARDS