This commit is contained in:
Athou
2013-04-09 12:03:03 +02:00
parent 71499b5ed0
commit 6bd3848be1
5 changed files with 18 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ public class EntriesREST extends AbstractREST {
entry.setFeedName(status.getSubscription().getTitle());
entry.setFeedId(String.valueOf(status.getSubscription().getId()));
entry.setFeedUrl(status.getSubscription().getFeed().getLink());
return entry;
}