Remove restart on first setup
This commit is contained in:
parent
f3edcecd7d
commit
858c792d04
1 changed files with 0 additions and 6 deletions
|
@ -497,9 +497,3 @@ class InitialSetup():
|
||||||
state.PMS_STATUS = 'Stop'
|
state.PMS_STATUS = 'Stop'
|
||||||
xbmc.executebuiltin(
|
xbmc.executebuiltin(
|
||||||
'Addon.OpenSettings(plugin.video.plexkodiconnect)')
|
'Addon.OpenSettings(plugin.video.plexkodiconnect)')
|
||||||
else:
|
|
||||||
# "Kodi will now restart to apply the changes"
|
|
||||||
dialog.ok(heading=lang(29999), line1=lang(33033))
|
|
||||||
xbmc.executebuiltin('RestartApp')
|
|
||||||
# We should always restart to ensure e.g. Kodi settings for Music
|
|
||||||
# are in use!
|
|
||||||
|
|
Loading…
Reference in a new issue