mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #512 - Read and display Zap2It id for tv series
This commit is contained in:
parent
511a24aa6f
commit
cefd822b53
1 changed files with 3 additions and 0 deletions
|
@ -854,6 +854,9 @@
|
|||
links.push('<a class="textlink" href="http://thegamesdb.net/game/' + providerIds.Gamesdb + '" target="_blank">GamesDB</a>');
|
||||
|
||||
|
||||
if (providerIds.Zap2It)
|
||||
links.push('<a class="textlink" href="http://tvlistings.zap2it.com/tv/dexter/' + providerIds.Zap2It + '?aid=zap2it" target="_blank">Zap2It</a>');
|
||||
|
||||
if (links.length) {
|
||||
|
||||
var html = 'Links: ' + links.join(' / ');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue