Skip to content
Snippets Groups Projects
Verified Commit 054d7b2d authored by EorlBruder's avatar EorlBruder
Browse files

fix(cli): output the disc-number

parent 2a137189
No related branches found
No related tags found
1 merge request!21Output the disc-number
......@@ -38,7 +38,7 @@ FIELDS = {
"Title": {"field": "title"},
"Artist": {"field": ["album.artist.name", "track.artist.name"]},
"Album": {"field": "album.title"},
"Disc": {"field": "disc", "handler": lambda v: v or 1},
"Disc": {"field": "disc_number", "handler": lambda v: v or 1},
"Position": {"field": "position"},
},
"UPLOAD": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment