1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix DateModified not refreshing

This commit is contained in:
Luke Pulverenti 2016-07-24 12:46:17 -04:00
parent ffc1d36492
commit 049f6fed66
10 changed files with 17 additions and 36 deletions

View file

@ -125,6 +125,10 @@
serverId: ApiClient.serverInfo().Id
});
if (!hints.length) {
html = '<p style="text-align:center;margin-top:2em;">' + Globalize.translate('NoResultsFound') + '</p>';
}
var itemsContainer = searchResults;
itemsContainer.innerHTML = html;
searchResults.classList.remove('hide');