|
|
@ -61,7 +61,7 @@ class ArtistIndexBanner extends Component {
|
|
|
|
status,
|
|
|
|
status,
|
|
|
|
foreignArtistId,
|
|
|
|
foreignArtistId,
|
|
|
|
nextAiring,
|
|
|
|
nextAiring,
|
|
|
|
statistics = {},
|
|
|
|
statistics,
|
|
|
|
images,
|
|
|
|
images,
|
|
|
|
bannerWidth,
|
|
|
|
bannerWidth,
|
|
|
|
bannerHeight,
|
|
|
|
bannerHeight,
|
|
|
@ -244,8 +244,12 @@ ArtistIndexBanner.propTypes = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
ArtistIndexBanner.defaultProps = {
|
|
|
|
ArtistIndexBanner.defaultProps = {
|
|
|
|
trackCount: 0,
|
|
|
|
statistics: {
|
|
|
|
trackFileCount: 0
|
|
|
|
albumCount: 0,
|
|
|
|
|
|
|
|
trackCount: 0,
|
|
|
|
|
|
|
|
trackFileCount: 0,
|
|
|
|
|
|
|
|
totalTrackCount: 0
|
|
|
|
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export default ArtistIndexBanner;
|
|
|
|
export default ArtistIndexBanner;
|
|
|
|