Skip to content

Commit

Permalink
Update server/controllers/LibraryItemController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr authored Aug 2, 2024
1 parent 9eb0ec7 commit 2a69955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/LibraryItemController.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ class LibraryItemController {
}
const ebookFilePath = ebookFile.metadata.path

Logger.info(`[LibraryItemController] User "${req.user.username}" requested download for item "${ebookFile.metadata.title}" at "${ebookFilePath}"`)
Logger.info(`[LibraryItemController] User "${req.user.username}" requested download for item "${req.libraryItem.media.metadata.title}" ebook at "${ebookFilePath}"`)

if (global.XAccel) {
const encodedURI = encodeUriPath(global.XAccel + ebookFilePath)
Expand Down

0 comments on commit 2a69955

Please sign in to comment.