mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 19:42:31 -05:00
[readme] Add "comment" field to readmes
This commit is contained in:
parent
44c24cee0f
commit
d49cdc2388
@ -2547,6 +2547,7 @@ curl --include \
|
||||
| album_artist_id | string | Album artist id |
|
||||
| composer | string | Track composer |
|
||||
| genre | string | Genre |
|
||||
| comment | string | Comment |
|
||||
| year | integer | Release year |
|
||||
| track_number | integer | Track number |
|
||||
| disc_number | integer | Disc number |
|
||||
|
@ -30,6 +30,7 @@ Where valid field-names (with their types) are:
|
||||
* `title` (string)
|
||||
* `genre` (string)
|
||||
* `composer` (string)
|
||||
* `comment` (string)
|
||||
* `path` (string)
|
||||
* `type` (string)
|
||||
* `grouping` (string)
|
||||
|
Loading…
x
Reference in New Issue
Block a user