mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
More UI Cleanup
This commit is contained in:
parent
9c88c2006d
commit
1700c471b7
96 changed files with 267 additions and 333 deletions
|
@ -14,14 +14,14 @@ function createMapStateToProps() {
|
|||
(state) => state.organizePreview,
|
||||
(state) => state.settings.naming,
|
||||
createArtistSelector(),
|
||||
(organizePreview, naming, series) => {
|
||||
(organizePreview, naming, artist) => {
|
||||
const props = { ...organizePreview };
|
||||
props.isFetching = organizePreview.isFetching || naming.isFetching;
|
||||
props.isPopulated = organizePreview.isPopulated && naming.isPopulated;
|
||||
props.error = organizePreview.error || naming.error;
|
||||
props.renameTracks = naming.item.renameTracks;
|
||||
props.trackFormat = naming.item['standardTrackFormat'];
|
||||
props.path = series.path;
|
||||
props.path = artist.path;
|
||||
|
||||
return props;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue