mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
adds timeout and humanMessage
This commit is contained in:
@@ -65,7 +65,7 @@ const useMp3 = (protectedPath: boolean, id: string): Mp3Response => {
|
||||
});
|
||||
})
|
||||
.catch((err) => {
|
||||
setError(err);
|
||||
setError(err, "There was an error loading the audio");
|
||||
setErrorState(err);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user