mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 03:22:31 -05:00
[README] Fix wrong data_kind value in track object
This commit is contained in:
parent
f85df07308
commit
47e464ee97
@ -2048,7 +2048,7 @@ curl --include \
|
||||
| date_released | string | Date in the format `yyyy-mm-dd` |
|
||||
| seek_ms | integer | Resume point in milliseconds (available only for podcasts and audiobooks) |
|
||||
| media_kind | string | Media type of this track: `music`, `movie`, `podcast`, `audiobook`, `musicvideo`, `tvshow` |
|
||||
| data_kind | string | Data type of this track: `file`, `stream`, `spotify`, `pipe` |
|
||||
| data_kind | string | Data type of this track: `file`, `url`, `spotify`, `pipe` |
|
||||
| path | string | Path |
|
||||
| uri | string | Resource identifier |
|
||||
| artwork_url | string | *(optional)* [Artwork url](#artwork-urls) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user