mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 12:00:08 -07:00
Fix typo for location of PMS logs path
This commit is contained in:
parent
b860f9a5e8
commit
f2024b0854
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
function checkLogsPath() {
|
function checkLogsPath() {
|
||||||
if ($("#pms_logs_folder").val() == '') {
|
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);
|
$("#ip_logging_enable").attr("disabled", true);
|
||||||
} else {
|
} else {
|
||||||
$("#ip_logging_enable").attr("disabled", false);
|
$("#ip_logging_enable").attr("disabled", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue