You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
Fixed: Manage Episodes button grayed out if there are no episodes
Closes #4938
This commit is contained in:
@@ -279,7 +279,6 @@ class SeriesDetails extends Component {
|
||||
<PageToolbarButton
|
||||
label="Manage Episodes"
|
||||
iconName={icons.EPISODE_FILE}
|
||||
isDisabled={!hasEpisodeFiles}
|
||||
onPress={this.onManageEpisodesPress}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user