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:
commit
e4b7952e9e
2 changed files with 4 additions and 8 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