Skip to content

Commit

Permalink
Don't remove non-release words from title, only for "group" column
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Feb 26, 2016
1 parent 265b961 commit f9c334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/slick/views/manualSelect.mako
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
% for hItem in sql_results:
<% provider_img = providers.getProviderClass(GenericProvider.make_id(hItem["provider"])) %>
<tr id="S${season}E${episode} ${hItem["name"]}" class="skipped season-${season} seasonstyle" role="row">
<td class="tvShow" class="col-name" width="35%">${helpers.remove_non_release_groups(hItem["name"])}</td>
<td class="tvShow" class="col-name" width="35%">${hItem["name"]}</td>
<td align="center">${helpers.remove_non_release_groups(hItem["release_group"])}</td>
<td align="center">
% if provider_img is not None:
Expand Down

0 comments on commit f9c334f

Please sign in to comment.