getTorrentFiles

suspend fun getTorrentFiles(hash: String, indexes: List<Int> = emptyList()): List<TorrentFile>

Get the TorrentFiles for hash or an empty list if not yet not available.