Skip to content
Snippets Groups Projects
Commit aaf21042 authored by Georg Krause's avatar Georg Krause
Browse files

Merge branch 'master' into 'master'

Added definition of ID field to "PLAYLIST_TRACK"

Closes #15

See merge request !9
parents 4297218c 2e195b12
Branches
No related tags found
1 merge request!9Added definition of ID field to "PLAYLIST_TRACK"
Pipeline #14561 failed
...@@ -65,6 +65,7 @@ FIELDS = { ...@@ -65,6 +65,7 @@ FIELDS = {
"User": {"field": "user.username"}, "User": {"field": "user.username"},
}, },
"PLAYLIST_TRACK": { "PLAYLIST_TRACK": {
"ID": {"field": "track.id"},
"Position": {"field": "index"}, "Position": {"field": "index"},
"Title": {"field": "track.title"}, "Title": {"field": "track.title"},
"Artist": {"field": "track.artist.name"}, "Artist": {"field": "track.artist.name"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment