summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java')
-rw-r--r--src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java b/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java
index 573b46501..823614898 100644
--- a/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java
+++ b/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java
@@ -81,7 +81,7 @@ public class NSRSS20 extends Namespace {
if (second.equals(CHANNEL)) {
state.getFeed().setDescription(content);
} else if (second.equals(ITEM)) {
- state.getFeed().setDescription(content);
+ state.getCurrentItem().setDescription(content);
}
} else if (top.equals(LINK)) {
if (second.equals(CHANNEL)) {