mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
New: Link to TheTvDb has been added to AddSeries series lookup fields.
This commit is contained in:
parent
de1d095b8d
commit
1dcc323c48
4 changed files with 16 additions and 2 deletions
|
@ -66,6 +66,7 @@ function bindSeriesAutoComplete(selector) {
|
|||
return $("<li></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append("<a>" + item.DisplayedTitle + "</a>")
|
||||
.append("<div class='tvDbLink'>" + item.Url + "</div>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue