mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Fixed: Last UI reference to nameSlug, remove from model
This commit is contained in:
@@ -66,7 +66,6 @@ class ArtistIndexRow extends Component {
|
||||
monitored,
|
||||
status,
|
||||
artistName,
|
||||
nameSlug,
|
||||
foreignArtistId,
|
||||
artistType,
|
||||
qualityProfile,
|
||||
@@ -79,7 +78,6 @@ class ArtistIndexRow extends Component {
|
||||
trackCount,
|
||||
trackFileCount,
|
||||
totalTrackCount,
|
||||
latestAlbum,
|
||||
path,
|
||||
sizeOnDisk,
|
||||
tags,
|
||||
@@ -361,7 +359,6 @@ ArtistIndexRow.propTypes = {
|
||||
monitored: PropTypes.bool.isRequired,
|
||||
status: PropTypes.string.isRequired,
|
||||
artistName: PropTypes.string.isRequired,
|
||||
nameSlug: PropTypes.string.isRequired,
|
||||
foreignArtistId: PropTypes.string.isRequired,
|
||||
artistType: PropTypes.string,
|
||||
qualityProfile: PropTypes.object.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user