TRip: capitalize RQ job statuses in related endpoints, order job list, other: minor/typing

This commit is contained in:
2025-08-23 08:20:32 -04:00
parent a8d089c0fe
commit a11748775e
4 changed files with 59 additions and 19 deletions

View File

@@ -66,6 +66,8 @@ class Cache:
confidence=row["confidence"],
)
else:
if not sqlite_rows:
return None
for row in sqlite_rows:
if row[0] == matched_id:
(_id, artist, song, lyrics, original_src) = row[:-1]