mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Don't require artist mapping
This commit is contained in:
@@ -10,7 +10,7 @@ function TrackFileEditorRow(props) {
|
||||
const {
|
||||
id,
|
||||
trackNumber,
|
||||
relativePath,
|
||||
path,
|
||||
quality,
|
||||
isSelected,
|
||||
onSelectedChange
|
||||
@@ -29,7 +29,7 @@ function TrackFileEditorRow(props) {
|
||||
</TableRowCell>
|
||||
|
||||
<TableRowCell>
|
||||
{relativePath}
|
||||
{path}
|
||||
</TableRowCell>
|
||||
|
||||
<TableRowCell>
|
||||
@@ -44,7 +44,7 @@ function TrackFileEditorRow(props) {
|
||||
TrackFileEditorRow.propTypes = {
|
||||
id: PropTypes.number.isRequired,
|
||||
trackNumber: PropTypes.string.isRequired,
|
||||
relativePath: PropTypes.string.isRequired,
|
||||
path: PropTypes.string.isRequired,
|
||||
quality: PropTypes.object.isRequired,
|
||||
isSelected: PropTypes.bool,
|
||||
onSelectedChange: PropTypes.func.isRequired
|
||||
|
||||
Reference in New Issue
Block a user