mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-02 10:01:39 +02:00
Fixed: Manage Episodes button grayed out if there are no episodes
Closes #4938
This commit is contained in:
parent
103d2751ee
commit
d376ae2f9f
1 changed files with 0 additions and 1 deletions
|
|
@ -279,7 +279,6 @@ class SeriesDetails extends Component {
|
|||
<PageToolbarButton
|
||||
label="Manage Episodes"
|
||||
iconName={icons.EPISODE_FILE}
|
||||
isDisabled={!hasEpisodeFiles}
|
||||
onPress={this.onManageEpisodesPress}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue