@exezt-/webamp 1.5.0-0x705 → 1.5.0-0x706

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10564,9 +10564,7 @@ function files_addFilesFromList() {
10564
10564
  return async (dispatch, getState, {
10565
10565
  handleLoadListEvent
10566
10566
  }) => {
10567
- var _await;
10568
-
10569
- (_await = await handleLoadListEvent()) !== null && _await !== void 0 ? _await : console.log('no event provided');
10567
+ await (handleLoadListEvent === null || handleLoadListEvent === void 0 ? void 0 : handleLoadListEvent.prototype.call());
10570
10568
  };
10571
10569
  }
10572
10570
  function files_saveFilesToList() {