mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Fiy typo in series view for TMDB
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2015-11-12 DariusIII
|
||||
Fix: Fix Typo for TMDB in series view
|
||||
Upd: TV processing. Parse TV show properly, update Trakt support
|
||||
2015-11-10 DariusIII
|
||||
Fix: Typos
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
{if $show.tmdb > 0}
|
||||
<a class="btn btn-sm btn-info" target="_blank"
|
||||
href="{$site->dereferrer_link}https://www.themoviedb.org/tv/{$show.tmdb}"
|
||||
title="View at TheMovieDB">TV Rage</a>
|
||||
title="View at TheMovieDB">TMDB</a>
|
||||
{/if}
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
{if $show.tmdb > 0}
|
||||
<a class="btn btn-sm btn-info" target="_blank"
|
||||
href="{$site->dereferrer_link}https://www.themoviedb.org/tv/{$show.tmdb}"
|
||||
title="View at TheMovieDB">TV Rage</a>
|
||||
title="View at TheMovieDB">TMDB</a>
|
||||
{/if}
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user