do not use the feed image for the article, most are designed to be an icon and scale...
[pnews.git] / war / src / main / java / pnews / servlet / ArticleProvider.java
index 5efea15..4e85e83 100644 (file)
@@ -90,11 +90,7 @@ public class ArticleProvider {
                                 thumbnail = e.getUrl();    
                         break;
                 }
-                
-                if (thumbnail == null && feed.getImage() != null)
-                        thumbnail = feed.getImage().getUrl();
-                             
-                
+                                
                 title = entry.getTitle().trim();
                 
                 if (entry.getDescription() != null) {