parent
74edcb6c24
commit
e84dbe3acc
2 changed files with 6 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -57,6 +57,8 @@ hts-tvheadend (2.3) hts; urgency=low
|
|||
to how other grids work in Tvheadend. Tags are mapped inline using
|
||||
a list-of-values combobox (http://lovcombo.extjs.eu/)
|
||||
|
||||
* Added a search IMDB direct link in the EPG window popup.
|
||||
Ticket #79
|
||||
|
||||
hts-tvheadend (2.2) hts; urgency=low
|
||||
|
||||
|
|
|
@ -19,6 +19,10 @@ tvheadend.epgDetails = function(event) {
|
|||
|
||||
content += '<div class="x-epg-meta">' + event.contentgrp + '</div>';
|
||||
|
||||
content += '<div class="x-epg-meta"><a target="_blank" href="' +
|
||||
'http://www.imdb.org/find?q=' + event.title + '">Search IMDB</a></div>'
|
||||
|
||||
|
||||
var win = new Ext.Window({
|
||||
title: event.title,
|
||||
bodyStyle: 'margin: 5px',
|
||||
|
|
Loading…
Add table
Reference in a new issue