Merge pull request #56 from patheticpat/image-title

Save correct image title
This commit is contained in:
danieloeh 2012-10-29 13:19:22 -07:00
commit c9fabb6e03
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)) {