mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 18:31:43 +00:00
add rating support on custom metadata
This commit is contained in:
parent
e7d0771261
commit
ec27323a64
3 changed files with 25 additions and 4 deletions
|
|
@ -128,6 +128,12 @@ components:
|
|||
type: integer
|
||||
format: int64
|
||||
description: Duration in seconds
|
||||
rating:
|
||||
type: number
|
||||
format: float
|
||||
minimum: 0
|
||||
maximum: 5
|
||||
description: Star rating (0-5, typically 0.5 increments)
|
||||
|
||||
SeriesMetadata:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue