wording fix

This commit is contained in:
ppom 2023-03-03 23:40:09 +01:00
parent 7ff3ea219a
commit c7e7014b5c
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ def handle_serve(
try:
f.download_audio_from_remote(actor=actor)
except requests.exceptions.RequestException:
return Response({"detail": "Remove track is unavailable"}, status=503)
return Response({"detail": "Remote track is unavailable"}, status=503)
data = f.get_audio_data()
if data:
f.duration = data["duration"]