mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
Updated LibraryItemController Paths (See description)
Added missing abridged Fixed wrong type on start of bookChapter Added missing libraryFile for LibraryItem Added missing type to id in media
This commit is contained in:
parent
11826c37a3
commit
e6d4e89bd1
6 changed files with 49 additions and 6 deletions
|
|
@ -92,3 +92,20 @@ components:
|
|||
description: The MIME type of the audio file.
|
||||
type: string
|
||||
example: audio/mpeg
|
||||
libraryFile:
|
||||
type: object
|
||||
description: A library file. Includes the path and metadata of the file.
|
||||
properties:
|
||||
ino:
|
||||
$ref: '../../schemas.yaml#/components/schemas/inode'
|
||||
addedAt:
|
||||
$ref: '../../schemas.yaml#/components/schemas/addedAt'
|
||||
updatedAt:
|
||||
$ref: '../../schemas.yaml#/components/schemas/updatedAt'
|
||||
fileType:
|
||||
description: The type of file.
|
||||
type: string
|
||||
example: audio
|
||||
metadata:
|
||||
$ref: '../metadata/FileMetadata.yaml#/components/schemas/fileMetadata'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue