1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3360 from dmitrylyzo/show-alphapicker

Show AlphaPicker if there is SortName
This commit is contained in:
Bill Thornton 2022-02-13 00:54:15 -05:00 committed by GitHub
commit e4b7952e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

View file

@ -287,7 +287,7 @@ import 'material-design-icons-iconfont';
this.value(query.NameStartsWith);
}
this.visible(query.SortBy.indexOf('SortName') === 0);
this.visible(query.SortBy.indexOf('SortName') !== -1);
}
visible(visible) {