bot review

This commit is contained in:
Georges-Antoine Assi
2025-12-12 17:16:47 -05:00
parent 8130d56b86
commit ea708e43b4

View File

@@ -1115,5 +1115,5 @@ class DBRomsHandler(DBBaseHandler):
if not filters:
return None
# Return the first ROM matching any of the provided metadata IDs
# Return the first ROM matching any of the provided hash values
return session.scalar(query.filter(or_(*filters)).limit(1))