Skip to content

Commit

Permalink
nightly-202406211919
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 21, 2024
1 parent 7eb07eb commit af4a92a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion templates/sidepanel/episode-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ <h5 style="text-align: center;">{{::sidepanel.episode.firstaired | date: 'medium
</torrent-dialog>
</td>
<td ng-if="!sidepanel.serie.TVDB_ID" style="width:100%;padding-left:15px">
<a class="download btn btn-danger" href='https://github.com/SchizoDuckie/DuckieTV/wiki/FAQ#why-is-the-episode-find-a-torrent-button-not-working' target='_blank'><i class="glyphicon glyphicon-ban-circle"></i><strong style="display:flex">&nbsp;<del>&nbsp;TMDB_ID&nbsp;</del></strong></a>
<a class="download btn btn-danger" href='https://github.com/SchizoDuckie/DuckieTV/wiki/FAQ#why-is-the-episode-find-a-torrent-button-not-working' target='_blank'>
<i class="glyphicon glyphicon-ban-circle"></i><strong style="display:flex">&nbsp;<del>&nbsp;TVDB_ID&nbsp;</del>&nbsp;<i class="glyphicon glyphicon-info-sign"></i></strong>
</a>
</td>
<td ng-if="sidepanel.serie.TVDB_ID" style="padding-right:6px">
<a class="auto-download" ng-click="sidepanel.autoDownload(episode)" uib-tooltip="{{'COMMON/auto-download/lbl'|translate}}">
Expand Down
4 changes: 3 additions & 1 deletion templates/sidepanel/episodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ <h2 style='border-bottom:1px solid white;padding:5px;margin-top:10px' translate-
</a>
</td>
<td ng-if="!sidepanel.serie.TVDB_ID" style="width:100%;padding-left:20px">
<a class="download btn btn-danger" href='https://github.com/SchizoDuckie/DuckieTV/wiki/FAQ#why-is-the-episode-find-a-torrent-button-not-working' target='_blank'><i class="glyphicon glyphicon-ban-circle"></i><strong style="display:flex">&nbsp;<del>&nbsp;TMDB_ID&nbsp;</del></strong></a>
<a class="download btn btn-danger" href='https://github.com/SchizoDuckie/DuckieTV/wiki/FAQ#why-is-the-episode-find-a-torrent-button-not-working' target='_blank'>
<i class="glyphicon glyphicon-ban-circle"></i><strong style="display:flex">&nbsp;<del>&nbsp;TVDB_ID&nbsp;</del>&nbsp;<i class="glyphicon glyphicon-info-sign"></i></strong>
</a>
</td>
<td ng-if="sidepanel.serie.TVDB_ID" style="padding-right:20px">
<torrent-dialog class="auto-download" q='season.getSeasonSearchString(sidepanel.serie,season.season)'>
Expand Down

0 comments on commit af4a92a

Please sign in to comment.