mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Write metadata to tags, with UI for previewing changes (#633)
This commit is contained in:
@@ -19,7 +19,6 @@ function createMapStateToProps() {
|
||||
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 = artist.path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user