PLAYER: fixe i8n
Build and Publish / Build and Publish Docker Image (push) Successful in 3m23s

This commit is contained in:
Ultradesu
2026-06-01 18:33:39 +03:00
parent 27ee56c5b7
commit c244b3d4d8
7 changed files with 427 additions and 129 deletions
+1 -1
View File
@@ -2360,7 +2360,7 @@ async fn load_user_upload_queue(
ORDER BY
CASE status WHEN 'processing' THEN 0 ELSE 1 END,
created_at DESC
LIMIT 20"#,
LIMIT 100"#,
)
.bind(uploaded_by_pattern)
.fetch_all(pool)