mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
Add read_rar_archive_files via the existing 7zz binary (which natively handles RAR3/RAR5 read), and collapse the per-extension reader dispatch into an ARCHIVE_READERS dict so future formats are one entry away. Also extract a small _make_file_hash helper to remove the repeated nested ternaries in the inner loop. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>