From 2e195b129de2434f1a14f8c5ec5b206fe8f2a4d4 Mon Sep 17 00:00:00 2001 From: EorlBruder <eorl@bruder.space> Date: Fri, 28 May 2021 14:35:43 +0000 Subject: [PATCH] Added definition of ID field to "PLAYLIST_TRACK" fixes #15 --- funkwhale_cli/output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/funkwhale_cli/output.py b/funkwhale_cli/output.py index 958e779..13a8a35 100644 --- a/funkwhale_cli/output.py +++ b/funkwhale_cli/output.py @@ -65,6 +65,7 @@ FIELDS = { "User": {"field": "user.username"}, }, "PLAYLIST_TRACK": { + "ID": {"field": "track.id"}, "Position": {"field": "index"}, "Title": {"field": "track.title"}, "Artist": {"field": "track.artist.name"}, -- GitLab