Merge branch '237-track-album-artist' into 'develop'
Resolve "Funkwhale unable to import Albums with multiple Artists" Closes #237 See merge request funkwhale/funkwhale!311
Showing
- api/funkwhale_api/music/filters.py 17 additions, 13 deletionsapi/funkwhale_api/music/filters.py
- api/funkwhale_api/music/models.py 24 additions, 5 deletionsapi/funkwhale_api/music/models.py
- api/funkwhale_api/music/serializers.py 7 additions, 6 deletionsapi/funkwhale_api/music/serializers.py
- api/tests/music/test_models.py 61 additions, 1 deletionapi/tests/music/test_models.py
- api/tests/music/test_serializers.py 1 addition, 1 deletionapi/tests/music/test_serializers.py
- api/tests/test_import_audio_file.py 5 additions, 1 deletionapi/tests/test_import_audio_file.py
- changes/changelog.d/237.enhancement 11 additions, 0 deletionschanges/changelog.d/237.enhancement
- front/src/audio/backend.js 0 additions, 1 deletionfront/src/audio/backend.js
- front/src/components/audio/track/Row.vue 18 additions, 6 deletionsfront/src/components/audio/track/Row.vue
- front/src/components/audio/track/Table.vue 2 additions, 0 deletionsfront/src/components/audio/track/Table.vue
- front/src/components/library/Album.vue 1 addition, 1 deletionfront/src/components/library/Album.vue
- front/src/components/library/Artist.vue 30 additions, 10 deletionsfront/src/components/library/Artist.vue
- front/src/components/library/Home.vue 2 additions, 1 deletionfront/src/components/library/Home.vue
- front/src/components/requests/Form.vue 1 addition, 1 deletionfront/src/components/requests/Form.vue
Loading
Please register or sign in to comment