diff --git a/naxos_library3_importer.user.js b/naxos_library3_importer.user.js index e4150bc..37ab746 100644 --- a/naxos_library3_importer.user.js +++ b/naxos_library3_importer.user.js @@ -146,7 +146,6 @@ function extract_release_data() { }); discs.push({ - title: '', format: 'Digital Media', tracks: tracks, }); @@ -157,10 +156,6 @@ function extract_release_data() { artist_credit: _setReleaseArtists(), type: 'Album', status: 'Official', - language: '', - script: '', - packaging: '', - country: '', year: date[2], month: months[date[1]], day: date[0],