mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
New: Update DB to store all releases for an album (#517)
* New: Store all releases for an album and track artists * Add Overview, links and release date by release * Tidy up * Fix metadata refresh errors following musicbrainz edits
This commit is contained in:
parent
24bdb5a891
commit
c392569a63
136 changed files with 2305 additions and 1120 deletions
|
@ -105,6 +105,7 @@ class InteractiveImportModalContentConnector extends Component {
|
|||
const {
|
||||
artist,
|
||||
album,
|
||||
albumReleaseId,
|
||||
tracks,
|
||||
quality,
|
||||
language
|
||||
|
@ -140,6 +141,7 @@ class InteractiveImportModalContentConnector extends Component {
|
|||
folderName: item.folderName,
|
||||
artistId: artist.id,
|
||||
albumId: album.id,
|
||||
albumReleaseId,
|
||||
trackIds: _.map(tracks, 'id'),
|
||||
quality,
|
||||
language,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue