mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Update server/controllers/SeriesController.js
Co-authored-by: Paul Nettleton <paulnett7@hotmail.com>
This commit is contained in:
		
							parent
							
								
									2cba83f1dd
								
							
						
					
					
						commit
						e4c20d677c
					
				| @ -43,7 +43,7 @@ class SeriesController { | ||||
|       await this.db.updateEntity('series', req.series) | ||||
|       SocketAuthority.emitter('series_updated', req.series.toJSON()) | ||||
|     } | ||||
|     res.json(req.series) | ||||
|     res.json(req.series.toJSON()) | ||||
|   } | ||||
| 
 | ||||
|   middleware(req, res, next) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user