* [WIP] Working on fetching channel metadata in yt-dlp backend * Finished first draft of methods to do with querying channels * Renamed CommandRunnerMock to have a more descriptive name * Ran the phx generator for the channel model * Renamed Downloader namespace to MediaClient * [WIP] saving before attempting LiveView * LiveView did not work out but here's a working controller how about
12 lines
340 B
Text
12 lines
340 B
Text
<.header>
|
|
Edit Channel <%= @channel.id %>
|
|
<:subtitle>Use this form to manage channel records in your database.</:subtitle>
|
|
</.header>
|
|
|
|
<.channel_form
|
|
changeset={@changeset}
|
|
media_profiles={@media_profiles}
|
|
action={~p"/media_sources/channels/#{@channel}"}
|
|
/>
|
|
|
|
<.back navigate={~p"/media_sources/channels"}>Back to channels</.back>
|