summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/syndication/namespace/rss20
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-15 18:50:34 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-15 18:50:34 +0200
commit8078e34912e3daf6f2cb5a2db381cb4c5a7c669f (patch)
tree6d2dd174598f9e18c9fba3c953862bbef9394c8d /src/de/podfetcher/syndication/namespace/rss20
parentd7e3bfc930b62be373d6dab12257300ce6e148e7 (diff)
downloadAntennaPod-8078e34912e3daf6f2cb5a2db381cb4c5a7c669f.zip
Implemented WebView to show description of item
Diffstat (limited to 'src/de/podfetcher/syndication/namespace/rss20')
-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)) {