mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
New: Don't require artist mapping
This commit is contained in:
parent
1cc434a498
commit
be4e748977
159 changed files with 2934 additions and 4208 deletions
|
@ -65,7 +65,7 @@ function createMapStateToProps() {
|
|||
const trackFile = _.find(trackFiles.items, { id: track.trackFileId });
|
||||
|
||||
return {
|
||||
relativePath: trackFile.relativePath,
|
||||
path: trackFile.path,
|
||||
quality: trackFile.quality,
|
||||
...track
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue