Import d'une collection depuis Discogs

This commit is contained in:
Damien Broqua 2023-10-08 15:02:08 +02:00
parent 3b3a4cf779
commit 85752c537d
7 changed files with 193 additions and 3 deletions

View file

@ -22,7 +22,13 @@ module.exports = {
camelcase: [
"error",
{
allow: ["artists_sort", "access_token", "api_url", "media_ids"],
allow: [
"artists_sort",
"access_token",
"api_url",
"media_ids",
"release_id",
],
},
],
},