mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove Missed Required
This commit is contained in:
parent
39a5a76be1
commit
234a70875d
3 changed files with 9 additions and 7 deletions
|
@ -119,7 +119,10 @@ export function getQueryPagingHtml (options) {
|
|||
}
|
||||
|
||||
export function showSortMenu (options) {
|
||||
require(['dialogHelper', 'emby-radio'], function (dialogHelper) {
|
||||
Promise.All([
|
||||
import('dialogHelper'),
|
||||
import('emby-radio')
|
||||
]).then(({default: dialogHelper}) => {
|
||||
function onSortByChange() {
|
||||
var newValue = this.value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue