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:53:34 +01:00 committed by GitHub
parent 1ede5e0d68
commit 10100ce63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ export function showSortMenu (options) {
Promise.all([
import('dialogHelper'),
import('emby-radio')
]).then(({default: dialogHelper}) => {
]).then(([{default: dialogHelper}]) => {
function onSortByChange() {
var newValue = this.value;