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 d6865b769d
commit 0d339ab968

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;