@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.
@@ -15273,9 +15273,7 @@ function files_addFilesFromList() {
15273
15273
  return async (dispatch, getState, {
15274
15274
  handleLoadListEvent
15275
15275
  }) => {
15276
- var _await;
15277
-
15278
- (_await = await handleLoadListEvent()) !== null && _await !== void 0 ? _await : console.log('no event provided');
15276
+ await (handleLoadListEvent === null || handleLoadListEvent === void 0 ? void 0 : handleLoadListEvent.prototype.call());
15279
15277
  };
15280
15278
  }
15281
15279
  function files_saveFilesToList() {