mirror of
https://github.com/rommapp/romm.git
synced 2026-02-20 00:24:55 +08:00
Add order_by and order_dir parameters to get_saves() for flexible sorting. Supports "updated_at" and "created_at" fields with "asc" or "desc" direction (default: desc). Enables ascending order for pruning scenarios.