mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix letter filters
This commit is contained in:
parent
6fb76e7481
commit
579a4fb8da
3 changed files with 3 additions and 3 deletions
|
@ -248,7 +248,7 @@
|
|||
function updateFilterControls(page) {
|
||||
|
||||
var query = getQuery(page);
|
||||
$('.alphabetPicker', page).alphaValue(query.NameStartsWith);
|
||||
$('.alphabetPicker', page).alphaValue(query.NameStartsWithOrGreater);
|
||||
}
|
||||
|
||||
pageIdOn('pageinit', "channelItemsPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue