1
0
Fork 0
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:
Cameron 2020-08-04 15:15:59 +01:00
parent 39a5a76be1
commit 234a70875d
3 changed files with 9 additions and 7 deletions

View file

@ -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;