export const onDownloadStarted = createStandardAction(DownloadActionTypes.DOWNLOAD_STARTED).map(
  (uuid: string) => {
    const downloads: Download[] = store.get('downloads');
    const payload = changePropertyForItem({
      downloads,