Activate Kodi background updates to hide "Compressing Database"

This commit is contained in:
croneter 2018-04-03 12:43:59 +02:00
parent fe19451a2d
commit 01d1d342aa

View file

@ -542,6 +542,9 @@ class InitialSetup(object):
if dialog('yesno', lang(29999), lang(30003)):
js.settings_setsettingvalue('videoplayer.autoplaynextitem',
False)
# Set any video library updates to happen in the background in order to
# hide "Compressing database"
js.settings_setsettingvalue('videolibrary.backgroundupdate', True)
# If a Plex server IP has already been set
# return only if the right machine identifier is found