|
|
@ -405,7 +405,7 @@ class SeriesDetailsSeason extends Component {
|
|
|
|
<IconButton
|
|
|
|
<IconButton
|
|
|
|
className={styles.actionButton}
|
|
|
|
className={styles.actionButton}
|
|
|
|
name={icons.EPISODE_FILE}
|
|
|
|
name={icons.EPISODE_FILE}
|
|
|
|
title="Manage episode files in this series"
|
|
|
|
title="Manage episode files in this season"
|
|
|
|
size={24}
|
|
|
|
size={24}
|
|
|
|
isDisabled={!episodeFileCount}
|
|
|
|
isDisabled={!episodeFileCount}
|
|
|
|
onPress={this.onManageEpisodesPress}
|
|
|
|
onPress={this.onManageEpisodesPress}
|
|
|
|