mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Merge pull request #3217 from ic1415/LibraryItemController
Update LibraryItemController.js
This commit is contained in:
		
						commit
						39c26d2bee
					
				| @ -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 "${req.libraryItem.media.metadata.title}" ebook at "${ebookFilePath}"`) | ||||
| 
 | ||||
|     if (global.XAccel) { | ||||
|       const encodedURI = encodeUriPath(global.XAccel + ebookFilePath) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user