Skip to content

Commit

Permalink
trending add - redirectable
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve committed Feb 11, 2024
1 parent 2a6deff commit 4735005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickchill/gui/slick/views/trendingShows.mako
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<i>${cur_show['show']['votes']} ${_('votes')}</i>
<div class="traktShowTitleIcons">
<a href="${scRoot}/addShows/addShowByID?indexer_id=${cur_show['show']['ids']['tvdb']}&amp;show_name=${cur_show['show']['title'] | u}"
class="btn btn-xs" data-no-redirect>${_('Add Show')}</a>
class="btn btn-xs">${_('Add Show')}</a>
% if black_list:
<a href="${scRoot}/addShows/addShowToBlacklist?indexer_id=${cur_show['show']['ids']['tvdb'] or cur_show['show']['ids']['tvrage']}"
class="btn btn-xs">${_('Remove Show')}</a>
Expand Down

0 comments on commit 4735005

Please sign in to comment.