mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Update LibraryItemController.js
update library item controller to log downloaded ebooks to fix #3215
This commit is contained in:
parent
787c4e45a8
commit
9eb0ec76fe
@ -738,6 +738,8 @@ class LibraryItemController {
|
||||
return res.sendStatus(404)
|
||||
}
|
||||
const ebookFilePath = ebookFile.metadata.path
|
||||
|
||||
Logger.info(`[LibraryItemController] User "${req.user.username}" requested download for item "${ebookFile.metadata.title}" at "${ebookFilePath}"`)
|
||||
|
||||
if (global.XAccel) {
|
||||
const encodedURI = encodeUriPath(global.XAccel + ebookFilePath)
|
||||
|
Loading…
Reference in New Issue
Block a user