mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
TheTvDb link is now an icon on AddSeries.
This commit is contained in:
parent
692f182b5e
commit
0ba781fd32
4 changed files with 9 additions and 2 deletions
|
@ -65,7 +65,7 @@ function bindSeriesAutoComplete(selector) {
|
|||
.data("autocomplete")._renderItem = function (ul, item) {
|
||||
return $("<li></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append("<a>" + item.DisplayedTitle + "<div class='tvDbLink'>" + item.Url + "</div></a>")
|
||||
.append("<a>" + item.DisplayedTitle + "<div class='tvDbLink' rel='" + item.Url + "'></div></a>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue