Skip to content

Commit

Permalink
fix(videos): handle missing captions
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Jun 19, 2024
1 parent e6578a7 commit ae43f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cf/lib/videos/videos.ex
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ defmodule CF.Videos do
Repo.insert(%DB.Schema.VideoCaption{
video_id: video.id,
raw: "",
parsed: "",
parsed: [],
format: "xml"
})
end
Expand Down

0 comments on commit ae43f73

Please sign in to comment.