Skip to content

Commit

Permalink
add video id and provider to talk api
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Jan 27, 2025
1 parent a5b0f95 commit 9cff90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/talks/index.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ json.talks @talks do |talk|
json.title talk.title
json.date talk.date
json.url talk_url(talk)
json.video_id talk.video_id
json.video_provider talk.video_provider

json.event do
json.slug talk.event&.slug
Expand Down

0 comments on commit 9cff90a

Please sign in to comment.