diff --git a/dynamix.unraid.net.plg b/dynamix.unraid.net.plg index 3b352418d..4f7f9bdbc 100644 --- a/dynamix.unraid.net.plg +++ b/dynamix.unraid.net.plg @@ -849,6 +849,9 @@ function handleMessage(e) { } $.post('/update.php', postargs, function() { console.log('dynamix/dynamix.cfg: Updated apikey under [remote] section'); + if (!data.license) { + setTimeout(function(){ window.location.href = '/Main'; }, 500); + } }).fail(function() { console.error('Failed to update apikey under [remote] section'); });