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

Merge branch 'fix-25' into 'master'

Output the disc-number

Closes #25

See merge request !21
parents 2a137189 054d7b2d
No related branches found
No related tags found
1 merge request!21Output the disc-number
Pipeline #20974 failed
......@@ -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