feat(app): сообщение «слишком много запросов» (429) при распознавании

Bump backend submodule (глобальный лимит распознаваний).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
nk
2026-06-07 18:47:38 +03:00
parent c0ee47b699
commit 38ddc96fab
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class ShazamRepositoryImpl @Inject constructor(
val msg = when (e.code()) {
503 -> "Распознавание временно недоступно"
400 -> "На этой станции нет музыки"
429 -> "Слишком много запросов, попробуйте позже"
else -> "Не удалось распознать трек"
}
RecognizeResult.Error(msg)