1
0
Fork 0
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:
Dmitry Lyzo 2022-01-22 02:08:44 +03:00
parent e55042d652
commit 9defa0f289

View file

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