fix: adds warning for torrentio rate limit
This commit is contained in:
@@ -62,6 +62,7 @@ final class TorrentioController extends AbstractController
|
||||
]);
|
||||
});
|
||||
} catch (TorrentioRateLimitException $exception) {
|
||||
$this->broadcaster->alert('Warning', 'Torrentio has rate limited your requests. Please wait a few minutes before trying again.', 'warning');
|
||||
return $this->render('bare.html.twig',
|
||||
[],
|
||||
new Response('Too many requests',
|
||||
|
||||
Reference in New Issue
Block a user