mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-05 22:33:59 -07:00
Merge pull request #183 from JonnyWong16/miscellaneous-fixes
Fix typo for location of PMS logs path
This commit is contained in:
commit
46e6250329
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ $(document).ready(function() {
|
|||
|
||||
function checkLogsPath() {
|
||||
if ($("#pms_logs_folder").val() == '') {
|
||||
$("#debugLogCheck").html("You must first define your Plex Server Logs folder path under the Extra Settings tab.");
|
||||
$("#debugLogCheck").html("You must first define your Plex Server Logs folder path under the Plex Media Server tab.");
|
||||
$("#ip_logging_enable").attr("disabled", true);
|
||||
} else {
|
||||
$("#ip_logging_enable").attr("disabled", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue