id values correspond to file position inside the array returned by torrent contents API, e.g. id=0 for first file, id=1 for second file, etc.
Since 2.8.2 it is reccomended to use index field returned by torrent contents API (since the files can be filtered and the index value may differ from the position inside the response array).
idvalues correspond to file position inside the array returned by torrent contents API, e.g.id=0for first file,id=1for second file, etc.Since 2.8.2 it is reccomended to use
indexfield returned by torrent contents API (since the files can be filtered and theindexvalue may differ from the position inside the response array).