Update src/scripts/libraryBrowser.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Cameron 2020-08-08 23:48:24 +01:00 committed by GitHub
parent 3f7e36b499
commit 1ede5e0d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ export function getQueryPagingHtml (options) {
}
export function showSortMenu (options) {
Promise.All([
Promise.all([
import('dialogHelper'),
import('emby-radio')
]).then(({default: dialogHelper}) => {