diff --git a/CHANGES.md b/CHANGES.md index 788e4c9f..d5c43e28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -167,8 +167,6 @@ * Fix status reset of a snatched, downloaded, or archived episode when its date is set to never (no date) on the info source and there is no media file * Change only show unaired episodes on Manage/Backlog Overview and Manage/Episode Status Management where relevant -* Change display show page, can mark unaired items with a date to "Wanted" to trigger a manual active backlog search - provided search setting "Unaired episodes" is enabled [develop changelog] * Change send nzb data to NZBGet for Anizb instead of url diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index 0740cbac..f1c54fc1 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -483,7 +483,7 @@ - #if ($UNAIRED != int($epResult['status']) or $sickbeard.SEARCH_UNAIRED) and not $never_aired + #if $UNAIRED != int($epResult['status']) and not $never_aired #end if diff --git a/gui/slick/interfaces/default/manage_backlogOverview.tmpl b/gui/slick/interfaces/default/manage_backlogOverview.tmpl index 641525dd..8ea78127 100644 --- a/gui/slick/interfaces/default/manage_backlogOverview.tmpl +++ b/gui/slick/interfaces/default/manage_backlogOverview.tmpl @@ -106,7 +106,7 @@ #continue #end try ## - #if $overview in ($Overview.QUAL, $Overview.WANTED) or ($sickbeard.SEARCH_UNAIRED and $Overview.UNAIRED == $overview and 0 < $curResult['season']) + #if $overview in ($Overview.QUAL, $Overview.WANTED) # $whichStr