mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display video backdrops on detail page
This commit is contained in:
parent
461ed8c2b2
commit
7c43c7858a
5 changed files with 103 additions and 92 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
var currentTimeout = searchHintTimeout;
|
||||
|
||||
$.getJSON(ApiClient.getUrl("Search/Hints", { userId: Dashboard.getCurrentUserId(), searchTerm: searchTerm, limit: 10 })).done(function (result) {
|
||||
ApiClient.getSearchHints(ApiClient.getUrl({ userId: Dashboard.getCurrentUserId(), searchTerm: searchTerm, limit: 10 })).done(function (result) {
|
||||
|
||||
if (currentTimeout != searchHintTimeout) {
|
||||
return;
|
||||
|
@ -253,7 +253,7 @@
|
|||
}
|
||||
|
||||
window.Search = new search();
|
||||
|
||||
|
||||
$(document).on('pagehide', ".libraryPage", function () {
|
||||
|
||||
hideFlyout(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue