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

Merge branch 'wvi/albums-fix' into 'master'

bugfix: Albums Tracks field is track count only

See merge request !20
parents fd49c3d9 79634dce
No related branches found
No related tags found
1 merge request!20bugfix: Albums Tracks field is track count only
Pipeline #17290 failed with stages
in 2 minutes and 41 seconds
......@@ -20,7 +20,7 @@ FIELDS = {
"ALBUM": {
"ID": {"field": "id", "truncate": 0},
"Title": {"field": "title"},
"Tracks": {"field": "tracks", "handler": lambda v: len(v), "truncate": 0},
"Tracks": {"field": "tracks_count"},
"Artist": {"field": "artist.name"},
},
"CHANNEL": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment