Update:Get personalized home page shelves and get library items endpoint optional includes for media item shares, show public icon on shared book items

This commit is contained in:
advplyr 2024-07-01 17:26:13 -05:00
parent 134c2580c9
commit d5e00c8bbd
7 changed files with 117 additions and 79 deletions

View file

@ -21,7 +21,7 @@ class LibraryItemController {
/**
* GET: /api/items/:id
* Optional query params:
* ?include=progress,rssfeed,downloads
* ?include=progress,rssfeed,downloads,share
* ?expanded=1
*
* @param {import('express').Request} req