Skip to content

Commit 80aa51b

Browse files
hostname is optional for now
1 parent eafb471 commit 80aa51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/radiator/podcasts/podcast.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ defmodule Radiator.Podcasts.Podcast do
1414
def changeset(podcast, attrs) do
1515
podcast
1616
|> cast(attrs, [:title, :hostname])
17-
|> validate_required([:title, :hostname])
17+
|> validate_required([:title])
1818
end
1919
end

0 commit comments

Comments
 (0)