mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/libraryBrowser.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
3f7e36b499
commit
1ede5e0d68
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ export function getQueryPagingHtml (options) {
|
|||
}
|
||||
|
||||
export function showSortMenu (options) {
|
||||
Promise.All([
|
||||
Promise.all([
|
||||
import('dialogHelper'),
|
||||
import('emby-radio')
|
||||
]).then(({default: dialogHelper}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue