mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Add "image" to Event Description
This commit is contained in:
parent
1e70b31e7f
commit
486246e63c
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ module Agents
|
|||
"content": "Some content",
|
||||
"authors": [ "Some Author <email@address>" ],
|
||||
"categories": [ "..." ],
|
||||
"image": "http://example.com/...",
|
||||
"enclosure": {
|
||||
"url" => "http://example.com/file.mp3", "type" => "audio/mpeg", "length" => "123456789"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue