DmitryBurnaev / podcast-service

Podcast's API service
MIT License
3 stars 2 forks source link

Manually uploading files throughts validation error for missed meta tags #172

Closed DmitryBurnaev closed 1 year ago

DmitryBurnaev commented 1 year ago

Some uploading files don't contain meta tags. We have to replace with default values it

'Requested data is not valid.': 
[{
    'meta': {
        'author': ['Field may not be null.'], 
        'album': ['Field may not be null.'],
        'track': ['Field may not be null.'], 
        'title': ['Field may not be null.']}, 
        'cover': ['Field may not be null.']
    }
]