Save correct image title

This commit is contained in:
Michael Kaiser 2012-10-28 10:36:02 +01:00
parent 478196ce62
commit 3785cb505d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class NSRSS20 extends Namespace {
} else if (second.equals(CHANNEL)) {
state.getFeed().setTitle(content);
} else if (second.equals(IMAGE) && third != null && third.equals(CHANNEL)) {
state.getFeed().getImage().setTitle(IMAGE);
state.getFeed().getImage().setTitle(content);
}
} else if (top.equals(LINK)) {
if (second.equals(CHANNEL)) {