Skip to content

Commit

Permalink
[Mediaserver/Emby] Add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Aug 28, 2024
1 parent 8299ddc commit e235eb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ open class EmbyRestService(
)
} else {
log.error("Emby seems to think the path [$pathString] does not exist. You've probably mapped it wrong in your containers. Please correct this before running Janitorr again.")
return
}
}

Expand All @@ -99,6 +100,7 @@ open class EmbyRestService(
embyClient.validatePath(PathWrapper(path))
return true
} catch (e: Exception) {
log.warn("Invalid path", e)
return false
}
}
Expand Down

0 comments on commit e235eb1

Please sign in to comment.