Sort by Updated

I’m surprise that there isn’t a feature request for this yet (or maybe I didn’t look well enough) but I’d like to have the ability to sort titles by the time they were last updated.
Currently you can only sort by “Date Added” (which corresponds to the added_at column in the database) but I would like for you to introduce “Date Modified”, which should correspond to the refreshed_at (not update_at!) column.

I would like to sort my media by “date edited”. This way it would be easy to check what happened recently to my media data.

Right now I use to extract that data from the Plex database directly, among other data. But this way it would also be easy to check for posters – which, as is well known, have the habit of changing on their own will.