Skip to content

Commit

Permalink
model_feeds: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 18, 2015
1 parent 27ff006 commit af08eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/model/src/model_feeds.erl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ write_update(FeedURL, {Etag, LastModified},
[FeedURL, Item#feed_item.id]) of
{ok, _, [{0}]} ->
io:format("New feed item:~n~p~n", [Item#feed_item.title]),
lists:foreach(fun({Enclosure, EnclosureType, _}) ->
lists:foreach(fun({Enclosure, EnclosureType, _, _}) ->
io:format(" e (~s) ~s~n", [EnclosureType, Enclosure])
end, Item#feed_item.enclosures),
{ok, 1} =
Expand Down

0 comments on commit af08eb3

Please sign in to comment.