mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Uncheck monitor remote access if remote access diabled on server
This commit is contained in:
parent
00b6bf8394
commit
064131c842
1 changed files with 1 additions and 0 deletions
|
@ -1951,6 +1951,7 @@ $(document).ready(function() {
|
||||||
if (data !== 'true') {
|
if (data !== 'true') {
|
||||||
$("#remoteAccessCheck").html("Remote access must be enabled on your Plex Server. <a target='_blank' href='${anon_url('https://support.plex.tv/hc/en-us/articles/200484543-Enabling-Remote-Access-for-a-Server')}'>Click here</a> for help.");
|
$("#remoteAccessCheck").html("Remote access must be enabled on your Plex Server. <a target='_blank' href='${anon_url('https://support.plex.tv/hc/en-us/articles/200484543-Enabling-Remote-Access-for-a-Server')}'>Click here</a> for help.");
|
||||||
$("#monitor_remote_access").attr("disabled", true);
|
$("#monitor_remote_access").attr("disabled", true);
|
||||||
|
$("#monitor_remote_access").attr("checked", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue