mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
new fetchedfeed class
This commit is contained in:
@@ -88,7 +88,7 @@ public class FeedREST extends AbstractResourceREST {
|
||||
url = prependHttp(url);
|
||||
Feed feed = null;
|
||||
try {
|
||||
feed = feedFetcher.fetch(url, true, null, null);
|
||||
feed = feedFetcher.fetch(url, true, null, null).getFeed();
|
||||
} catch (Exception e) {
|
||||
throw new WebApplicationException(e, Response
|
||||
.status(Status.INTERNAL_SERVER_ERROR)
|
||||
|
||||
Reference in New Issue
Block a user