From 3baed292e116b889b6b6f9abe02c4700124a3dc8 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 7 Oct 2019 09:39:20 -0700 Subject: [PATCH] Fixed: Allow Interactive Season Search when all episodes are unmonitored --- frontend/src/Series/Details/SeriesDetailsSeason.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/Series/Details/SeriesDetailsSeason.js b/frontend/src/Series/Details/SeriesDetailsSeason.js index c00d89f4f..25ec6b8e7 100644 --- a/frontend/src/Series/Details/SeriesDetailsSeason.js +++ b/frontend/src/Series/Details/SeriesDetailsSeason.js @@ -324,7 +324,7 @@ class SeriesDetailsSeason extends Component { @@ -415,7 +415,7 @@ class SeriesDetailsSeason extends Component { name={icons.HISTORY} title="View history for this season" size={24} - isDisabled={!episodeCount} + isDisabled={!totalEpisodeCount} onPress={this.onHistoryPress} />