mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix upgrading config with top_libraries if the top_users card is missing
This commit is contained in:
parent
59b41e862b
commit
e7e5d205a4
1 changed files with 1 additions and 2 deletions
|
@ -553,8 +553,7 @@ class Config(object):
|
|||
top_users_index = home_stats_cards.index('top_users')
|
||||
home_stats_cards.insert(top_users_index, 'top_libraries')
|
||||
else:
|
||||
home_stats_cards.add('top_libaries')
|
||||
home_stats_cards.append('top_libraries')
|
||||
self.HOME_STATS_CARDS = home_stats_cards
|
||||
|
||||
self.CONFIG_VERSION = 18
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue