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:
parent
d6865b769d
commit
0d339ab968
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$('.alphabetPicker', this).on('alphaselect', function (e, character) {
|
||||
$('.alphabetPicker', view).on('alphaselect', function (e, character) {
|
||||
|
||||
var query = getQuery();
|
||||
query.NameStartsWithOrGreater = character;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue