Add setting to selectively hide watch statistic cards on homepage

This commit is contained in:
Jonathan Wong 2015-09-18 18:52:46 -07:00
parent 6eec4d1ca6
commit 20056718db
5 changed files with 91 additions and 19 deletions

View file

@ -85,6 +85,7 @@ _CONFIG_DEFINITIONS = {
'HOME_STATS_LENGTH': (int, 'General', 30),
'HOME_STATS_TYPE': (int, 'General', 0),
'HOME_STATS_COUNT': (int, 'General', 5),
'HOME_STATS_CARDS': (str, 'General', 'top_tv, popular_tv, top_movies, popular_movies, top_music, popular_music, top_users, top_platforms, last_watched'),
'HTTPS_CERT': (str, 'General', ''),
'HTTPS_KEY': (str, 'General', ''),
'HTTP_HOST': (str, 'General', '0.0.0.0'),