wording fix
This commit is contained in:
parent
7ff3ea219a
commit
c7e7014b5c
|
@ -583,7 +583,7 @@ def handle_serve(
|
||||||
try:
|
try:
|
||||||
f.download_audio_from_remote(actor=actor)
|
f.download_audio_from_remote(actor=actor)
|
||||||
except requests.exceptions.RequestException:
|
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()
|
data = f.get_audio_data()
|
||||||
if data:
|
if data:
|
||||||
f.duration = data["duration"]
|
f.duration = data["duration"]
|
||||||
|
|
Loading…
Reference in New Issue