Skip to content

Commit

Permalink
docs: add subidy item URI example
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed May 18, 2024
1 parent 13d66df commit f17f0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following endpoints allow listing and downloading playlist as well as audio
* `GET /audio/*.opus`: Download/stream an audio file.
The `uri-format` parameter allows specifying a playlist item URI template.
Item field names prefixed with a `$` can be used as placeholders, e.g. `beets:library:track;$id`.
Item field names prefixed with a `$` can be used as placeholders, e.g. `beets:library:track;$id` or `subidy:song:3$id`.
`$url` is a built-in placeholder and the default value.
The list endpoints return either a JSON or HTML response, supporting content type negotiation.
Expand Down

0 comments on commit f17f0ec

Please sign in to comment.