mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 05:09:56 +02:00
Fix #1102: Do not include tracks in album API representation
This commit is contained in:
parent
929077594d
commit
55f4fde0f4
16 changed files with 37 additions and 86 deletions
|
@ -198,10 +198,9 @@ Album:
|
|||
- $ref: "#/BaseAlbum"
|
||||
- type: "object"
|
||||
properties:
|
||||
tracks:
|
||||
type: "array"
|
||||
items:
|
||||
$ref: "#/AlbumTrack"
|
||||
tracks_count:
|
||||
type: "integer"
|
||||
format: "int64"
|
||||
|
||||
ArtistAlbum:
|
||||
type: "object"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue