mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added Budget, EndDate, HomePageUrl, ProductionLocations,
This commit is contained in:
parent
cc98266437
commit
46d9073d29
1 changed files with 8 additions and 4 deletions
|
@ -444,6 +444,10 @@
|
|||
var html = 'Links: ';
|
||||
var links = [];
|
||||
|
||||
if (item.HomePageUrl) {
|
||||
links.push('<a class="ui-link" href="' + item.HomePageUrl + '" target="_blank">Website</a>');
|
||||
}
|
||||
|
||||
if (item.ProviderIds.Imdb) {
|
||||
if (item.Type == "Movie" || item.Type == "Episode")
|
||||
links.push('<a class="ui-link" href="http://www.imdb.com/title/' + item.ProviderIds.Imdb + '" target="_blank">IMDb</a>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue