Skip to content

Commit

Permalink
Attempt to fix Twitter embed player
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Mar 14, 2024
1 parent 4274dce commit aa9fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/changelog_web/meta/twitter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule ChangelogWeb.Meta.Twitter do
podcast: podcast,
episode: episode
}) do
~p"/#{podcast.slug}/#{episode.slug}?source=twitter"
url(~p"/#{podcast.slug}/#{episode.slug}?source=twitter")
end

defp player_url(_), do: ""
Expand Down

0 comments on commit aa9fe4b

Please sign in to comment.