mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ function createMapStateToProps() {
|
||||
props.isFetching = organizePreview.isFetching || naming.isFetching;
|
||||
props.isPopulated = organizePreview.isPopulated && naming.isPopulated;
|
||||
props.error = organizePreview.error || naming.error;
|
||||
props.trackFormat = naming.item.standardTrackFormat;
|
||||
props.trackFormat = naming.item.standardBookFormat;
|
||||
props.path = artist.path;
|
||||
|
||||
return props;
|
||||
|
||||
Reference in New Issue
Block a user