Add setting to change the number of items in the top lists

This commit is contained in:
Jonathan Wong 2015-08-24 15:01:39 -07:00
parent 8ae2f718f4
commit 58efd299cc
2 changed files with 10 additions and 1 deletions

View file

@ -454,7 +454,7 @@ class WebInterface(object):
"notify_on_watched_body_text": plexpy.CONFIG.NOTIFY_ON_WATCHED_BODY_TEXT,
"home_stats_length": plexpy.CONFIG.HOME_STATS_LENGTH,
"home_stats_type": checked(plexpy.CONFIG.HOME_STATS_TYPE),
"home_stats_count": checked(plexpy.CONFIG.HOME_STATS_COUNT),
"home_stats_count": plexpy.CONFIG.HOME_STATS_COUNT,
"buffer_threshold": plexpy.CONFIG.BUFFER_THRESHOLD,
"buffer_wait": plexpy.CONFIG.BUFFER_WAIT
}