From 05e03970f3a5c57f1a161a1a437291692ff1721b Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 19 Apr 2024 08:21:58 -0400 Subject: [PATCH] Move loading.hide to finally --- src/components/playlisteditor/playlisteditor.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/playlisteditor/playlisteditor.ts b/src/components/playlisteditor/playlisteditor.ts index 8fcc253181..940d3fb426 100644 --- a/src/components/playlisteditor/playlisteditor.ts +++ b/src/components/playlisteditor/playlisteditor.ts @@ -127,8 +127,6 @@ function triggerChange(select: HTMLSelectElement) { function populatePlaylists(editorOptions: PlaylistEditorOptions, panel: DialogElement) { const select = panel.querySelector('#selectPlaylistToAddTo'); - loading.hide(); - if (!select) { return Promise.reject(new Error('Playlist