mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 23:50:59 +00:00
Kill sleep
This commit is contained in:
parent
bf113e014e
commit
0f384a3cb8
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ defmodule LiveBeatsWeb.SongLive.UploadFormComponent do
|
||||||
|
|
||||||
consume_uploaded_entry(socket, entry, fn %{path: path} ->
|
consume_uploaded_entry(socket, entry, fn %{path: path} ->
|
||||||
Task.Supervisor.start_child(LiveBeats.TaskSupervisor, fn ->
|
Task.Supervisor.start_child(LiveBeats.TaskSupervisor, fn ->
|
||||||
Process.sleep(5000)
|
|
||||||
send_update(lv, __MODULE__,
|
send_update(lv, __MODULE__,
|
||||||
id: socket.assigns.id,
|
id: socket.assigns.id,
|
||||||
action: {:duration, entry.ref, LiveBeats.MP3Stat.parse(path)}
|
action: {:duration, entry.ref, LiveBeats.MP3Stat.parse(path)}
|
||||||
|
|
Loading…
Reference in a new issue