mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:59:18 +02:00
Merge branch '220-fix-mp3-track-numbers' into 'develop'
Resolve "Track numbers from mp3 don't get imported" Closes #220 See merge request funkwhale/funkwhale!214
This commit is contained in:
commit
d2c99b9f5d
4 changed files with 4 additions and 3 deletions
|
@ -132,7 +132,7 @@ CONF = {
|
|||
'getter': get_id3_tag,
|
||||
'fields': {
|
||||
'track_number': {
|
||||
'field': 'TPOS',
|
||||
'field': 'TRCK',
|
||||
'to_application': convert_track_number
|
||||
},
|
||||
'title': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue