mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
WIP: Checks the props for missing poster and deals with it accordingly (#221)
* Checks the props for missing poster and deals with it accordingly * Qucik fixes while trying to fix the Artist Poster index bug..
This commit is contained in:
@@ -127,7 +127,7 @@ DeleteArtistModalContent.propTypes = {
|
||||
artistName: PropTypes.string.isRequired,
|
||||
path: PropTypes.string.isRequired,
|
||||
trackFileCount: PropTypes.number.isRequired,
|
||||
sizeOnDisk: PropTypes.number.isRequired,
|
||||
sizeOnDisk: PropTypes.number,
|
||||
onDeletePress: PropTypes.func.isRequired,
|
||||
onModalClose: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user