release: 2901262044

This commit is contained in:
2026-01-29 20:45:20 +13:00
parent fb65d646f2
commit 914f478178
3 changed files with 12 additions and 1 deletions

View File

@@ -1650,6 +1650,7 @@ async def recent_requests(
"status": status,
"statusLabel": status_label,
"mediaId": row.get("media_id"),
"createdAt": row.get("created_at") or row.get("updated_at"),
"artwork": {
"poster_url": _artwork_url(poster_path, "w185", cache_mode),
"backdrop_url": _artwork_url(backdrop_path, "w780", cache_mode),