mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Show AlphaPicker if there is SortName
This commit is contained in:
parent
e55042d652
commit
9defa0f289
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue