We should have an option to edit Movies/TV Shows from appearing in the Recently Added section. This could be a simple option (from the three dots) to show Recently Added… Then when clicked, a user should see the option to Add/Remove that movie/to show from the Recently Added list.
There have been too many time where you want to add an older movie to watch, but do not necessarily want it added to the Recently Added list for all to see.
I know this can be done manually by editing the DB and running the following command, but it would be simpler to just add a menu option in the web console.
UPDATE metadata_items SET added_at = created_at WHERE id=88719
Thoughts?