mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 06:09:56 +02:00
Removed Typo which broke oggVorbis-import
This commit is contained in:
parent
737063946a
commit
8790631a65
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ VALIDATION = {
|
|||
|
||||
CONF = {
|
||||
'OggVorbis': {
|
||||
'getter': lambda f, k: f[kTr][0],
|
||||
'getter': lambda f, k: f[k][0],
|
||||
'fields': {
|
||||
'track_number': {
|
||||
'field': 'TRACKNUMBER',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue