From 3d3130ac66c5d39d4db07193b087656cb5cd6a02 Mon Sep 17 00:00:00 2001
From: CJ_Clippy <cj@futureporn.net>
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>
   <:item title="HLS Playlist URL">{@vod.playlist_url}</:item>
+  <:item title="Notes">{@vod.notes}</:item>
 </.list>
 
 <.back navigate={~p"/vods"}>Back to vods</.back>