From 0a41dff2b8bdbf4ced436fbb141d8c3062b3c78f Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 9 Mar 2025 05:44:05 -0700 Subject: [PATCH] add notes to vods --- apps/bright/lib/bright_web/controllers/vod_html/show.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/bright/lib/bright_web/controllers/vod_html/show.html.heex b/apps/bright/lib/bright_web/controllers/vod_html/show.html.heex index 3d1cd99..fdba2f4 100644 --- a/apps/bright/lib/bright_web/controllers/vod_html/show.html.heex +++ b/apps/bright/lib/bright_web/controllers/vod_html/show.html.heex @@ -79,6 +79,7 @@ <% end %> <:item title="HLS Playlist URL">{@vod.playlist_url} + <:item title="Notes">{@vod.notes} <.back navigate={~p"/vods"}>Back to vods