select Sources
abstract suspend fun selectSources(context: DownloadContext, server: Streamable.Media.Server): List<Streamable.Source>
Which source to use for downloading.
Return
The selected sources.
Parameters
context
The context of the downloading track.
server
The server to choose sources from.