diff --git a/www/themes/charisma/templates/frontend/viewnzb.tpl b/www/themes/charisma/templates/frontend/viewnzb.tpl
index e6d892b6c..4e1226c78 100644
--- a/www/themes/charisma/templates/frontend/viewnzb.tpl
+++ b/www/themes/charisma/templates/frontend/viewnzb.tpl
@@ -51,31 +51,26 @@
class="label label-success">Add to My Shows
View all episodes
- {if $show.source == 1}
{if $show.tvdb > 0}
TheTVDB
{/if}
- {elseif $show.source == 2}
{if $show.tvmaze > 0}
TVMaze
{/if}
- {elseif $show.source == 3}
{if $show.trakt > 0}
Trakt
{/if}
- {elseif $show.source == 6}
{if $show.tvrage > 0}
TV Rage
{/if}
- {/if}
{/if}
{if $con && $con.url != ""}Amazon{/if}
diff --git a/www/themes/charisma/templates/frontend/viewseries.tpl b/www/themes/charisma/templates/frontend/viewseries.tpl
index 1c91d9d85..63add5b1f 100644
--- a/www/themes/charisma/templates/frontend/viewseries.tpl
+++ b/www/themes/charisma/templates/frontend/viewseries.tpl
@@ -40,31 +40,26 @@
Series
{if $s.id > 0}
- {if $s.source == 1}
- {if $show.tvdb > 0}
+ {if $s.tvdb > 0}
TVDB
{/if}
- {elseif $s.source == 2}
- {if $show.tvmaze > 0}
+ {if $s.tvmaze > 0}
TVMaze
{/if}
- {elseif $s.source == 3}
- {if $show.trakt > 0}
+ {if $s.trakt > 0}
Trakt
{/if}
- {elseif $s.source == 6}
- {if $show.tvrage > 0}
+ {if $s.tvrage > 0}
TVRage
{/if}
- {/if}
{/if}
diff --git a/www/themes/omicron/templates/frontend/viewnzb.tpl b/www/themes/omicron/templates/frontend/viewnzb.tpl
index e6d892b6c..4e1226c78 100644
--- a/www/themes/omicron/templates/frontend/viewnzb.tpl
+++ b/www/themes/omicron/templates/frontend/viewnzb.tpl
@@ -51,31 +51,26 @@
class="label label-success">Add to My Shows
View all episodes
- {if $show.source == 1}
{if $show.tvdb > 0}
TheTVDB
{/if}
- {elseif $show.source == 2}
{if $show.tvmaze > 0}
TVMaze
{/if}
- {elseif $show.source == 3}
{if $show.trakt > 0}
Trakt
{/if}
- {elseif $show.source == 6}
{if $show.tvrage > 0}
TV Rage
{/if}
- {/if}
{/if}
{if $con && $con.url != ""}
Amazon{/if}
diff --git a/www/themes/omicron/templates/frontend/viewseries.tpl b/www/themes/omicron/templates/frontend/viewseries.tpl
index 1c91d9d85..63add5b1f 100644
--- a/www/themes/omicron/templates/frontend/viewseries.tpl
+++ b/www/themes/omicron/templates/frontend/viewseries.tpl
@@ -40,31 +40,26 @@
RSS for TV Show
- {if $show.source == 1}
{if $show.tvdb > 0}
TheTVDB
{/if}
- {elseif $show.source == 2}
{if $show.tvmaze > 0}
TVMaze
{/if}
- {elseif $show.source == 3}
{if $show.trakt > 0}
Trakt
{/if}
- {elseif $show.source == 6}
{if $show.tvrage > 0}
TV Rage
{/if}
- {/if}
Series
{if $s.id > 0}
- {if $s.source == 1}
- {if $show.tvdb > 0}
+ {if $s.tvdb > 0}
TVDB
{/if}
- {elseif $s.source == 2}
- {if $show.tvmaze > 0}
+ {if $s.tvmaze > 0}
TVMaze
{/if}
- {elseif $s.source == 3}
- {if $show.trakt > 0}
+ {if $s.trakt > 0}
Trakt
{/if}
- {elseif $s.source == 6}
- {if $show.tvrage > 0}
+ {if $s.tvrage > 0}
TVRage
{/if}
- {/if}
{/if}