Sort backups output of api based on time (instead of random)

Hey there.

I’m using the sonarr api and I’m noticing something. When looking at the api output of /system/backup, I’m noticing that the list of all the backups isn’t sorted based on time. See below:
image
The api outputs it in the order 1-2-3. But based on time, it is outputting it in the order 2-3-1. Why? Why isn’t it outputting it in order of time (from old to new)? I think that would be way more logical than this (this isn’t logical, this is just random output).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.