mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
cleanup logs
This commit is contained in:
parent
37ef79e6ef
commit
0779e0b634
2 changed files with 0 additions and 4 deletions
|
|
@ -105,8 +105,6 @@ defmodule Pinchflat.Pages.HistoryTableLive do
|
|||
end
|
||||
|
||||
def handle_event("force_download", %{ "source-id" => source_id, "media-id" => media_id }, socket) do
|
||||
IO.puts("source_id: #{source_id}, media_id: #{media_id}")
|
||||
|
||||
media_item = Media.get_media_item!(media_id)
|
||||
MediaDownloadWorker.kickoff_with_task(media_item, %{force: true})
|
||||
|
||||
|
|
|
|||
|
|
@ -132,8 +132,6 @@ defmodule PinchflatWeb.Sources.MediaItemTableLive do
|
|||
end
|
||||
|
||||
def handle_event("force_download", %{ "source-id" => source_id, "media-id" => media_id }, socket) do
|
||||
IO.puts("source_id: #{source_id}, media_id: #{media_id}")
|
||||
|
||||
media_item = Media.get_media_item!(media_id)
|
||||
MediaDownloadWorker.kickoff_with_task(media_item, %{force: true})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue