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

trim search requests

This commit is contained in:
Luke Pulverenti 2016-04-11 10:26:54 -04:00
parent 4983a0b749
commit b9b228e2d8

View file

@ -109,7 +109,7 @@
ApiClient.getSearchHints({
userId: Dashboard.getCurrentUserId(),
searchTerm: searchTerm,
searchTerm: (searchTerm || '').trim(),
limit: 30
}).then(function (result) {