Fiy typo in series view for TMDB

This commit is contained in:
DariusIII
2015-11-12 10:28:12 +01:00
parent c9a6f0197c
commit a41f7a3ee0
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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/>