mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Improve server selectize on setup wizard
This commit is contained in:
parent
dc743ac378
commit
030f9d334b
3 changed files with 37 additions and 10 deletions
|
@ -826,6 +826,9 @@ class DataFactory(object):
|
|||
if session.get_session_shared_libraries():
|
||||
library_cards = session.get_session_shared_libraries()
|
||||
|
||||
if 'first_run_wizard' in library_cards:
|
||||
return None
|
||||
|
||||
library_stats = []
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue