Function retryDownload

  • Retries the download process if there are errors. Only use this after downloadTrack() or downloadAlbum() methods checks for failed downloads then tries again, returns <Results[]> object array

    Parameters

    • Info: Results[]

      An object of type <Results[]>, contains an array of results

    Returns Promise<boolean | Results[]>

    <Results[]> array if the download process is successful, true if there are no errors and false if an error happened.

Generated using TypeDoc