1
0
Fork 0
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:
Luke Pulverenti 2016-05-05 22:30:15 -04:00
parent 6fb76e7481
commit 579a4fb8da
3 changed files with 3 additions and 3 deletions

View file

@ -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 () {