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

resolve alpha picker issue

This commit is contained in:
Luke Pulverenti 2016-04-02 14:08:56 -04:00
parent 400fe4adcf
commit 948aebfb44

View file

@ -258,7 +258,7 @@
}
}
$('.alphabetPicker', this).on('alphaselect', function (e, character) {
$('.alphabetPicker', view).on('alphaselect', function (e, character) {
var query = getQuery();
query.NameStartsWithOrGreater = character;