From 486246e63c1f22fdaa79306c25a77592e587080c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 7 Nov 2016 12:47:13 +0900 Subject: [PATCH] Add "image" to Event Description --- app/models/agents/rss_agent.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/agents/rss_agent.rb b/app/models/agents/rss_agent.rb index 370656da..19b5faf0 100644 --- a/app/models/agents/rss_agent.rb +++ b/app/models/agents/rss_agent.rb @@ -80,6 +80,7 @@ module Agents "content": "Some content", "authors": [ "Some Author " ], "categories": [ "..." ], + "image": "http://example.com/...", "enclosure": { "url" => "http://example.com/file.mp3", "type" => "audio/mpeg", "length" => "123456789" },