mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-22 11:49:37 +00:00
implemented suggestions, extended CMPs with series
This commit is contained in:
parent
12c6a1baa0
commit
3b531144cf
6 changed files with 33 additions and 28 deletions
|
|
@ -86,7 +86,7 @@ components:
|
|||
type: string
|
||||
publisher:
|
||||
type: string
|
||||
published_year:
|
||||
publishedYear:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
|
|
@ -107,6 +107,17 @@ components:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
series:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
series:
|
||||
type: string
|
||||
required: true
|
||||
sequence:
|
||||
type: number
|
||||
format: int64
|
||||
language:
|
||||
type: string
|
||||
duration:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue