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>