mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -28,7 +28,7 @@ function createMapStateToProps() {
|
||||
items,
|
||||
...otherProps
|
||||
} = trackFiles;
|
||||
const unmappedFiles = _.filter(items, { albumId: 0 });
|
||||
const unmappedFiles = _.filter(items, { bookId: 0 });
|
||||
return {
|
||||
items: unmappedFiles,
|
||||
...otherProps,
|
||||
@@ -60,6 +60,7 @@ function createMapDispatchToProps(dispatch, props) {
|
||||
onAddMissingArtistsPress() {
|
||||
dispatch(executeCommand({
|
||||
name: commandNames.RESCAN_FOLDERS,
|
||||
addNewArtists: true,
|
||||
filter: 'matched'
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user