Skip to content
Snippets Groups Projects

bugfix: Albums Tracks field is track count only

Merged vilibald requested to merge w-vi/cli:wvi/albums-fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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": {
Loading