enqueueToDownload
abstract suspend fun enqueueToDownload(mediaIds: Set<Long>, priority: DownloadPriority, cacheMode: CacheMode? = null, targetDirUri: Uri? = null)
Adds media with mediaIds to the download queue.
Throws
cacheMode and targetDirUri is null.