Skip to content

Commit

Permalink
Merge 002c57d into d5c71ad
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Jul 31, 2016
2 parents d5c71ad + 002c57d commit 87ddb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/slick/views/snatchSelection.mako
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
undesired = undesired_words.lower().split(',') if undesired_words else []
%>
% for hItem in provider_results['found_items']:
% if manual_search_type != 'season' and 'E00' not in hItem["name"]:
% if 'E00' not in hItem["name"]:
<%
hItem = dict(hItem)
release_group = (hItem["release_group"] or 'None')
Expand Down

0 comments on commit 87ddb61

Please sign in to comment.