mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
resolve alpha picker issue
This commit is contained in:
parent
d6865b769d
commit
0d339ab968
@ -258,7 +258,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.alphabetPicker', this).on('alphaselect', function (e, character) {
|
$('.alphabetPicker', view).on('alphaselect', function (e, character) {
|
||||||
|
|
||||||
var query = getQuery();
|
var query = getQuery();
|
||||||
query.NameStartsWithOrGreater = character;
|
query.NameStartsWithOrGreater = character;
|
||||||
|
Loading…
Reference in New Issue
Block a user