mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fixed: Manage episode files for season text
This commit is contained in:
parent
9421af2c3f
commit
47d3fe1de5
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user