mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
New: Link to TheTvDb has been added to AddSeries series lookup fields.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user