Fix enclosure field simplexml annotation

This commit is contained in:
Shinokuni 2019-02-19 18:37:19 +00:00
parent c290551917
commit 880010b356
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class RSSItem extends AItem {
@Namespace(prefix = "media")
private List<RSSMediaContent> mediaContents;
@Element(required = false)
@ElementList(name = "enclosure", inline = true, required = false)
private List<RSSEnclosure> enclosures;
@Element(name = "creator", required = false)