Ticket #6863: mythnews.patch
File mythnews.patch, 586 bytes (added by , 16 years ago) |
---|
-
mythplugins/mythnews/mythnews/mythnews.cpp
774 774 if (it == m_articles.end()) 775 775 return; 776 776 777 if ((*it).title().isEmpty()) 777 const NewsArticle article = *it; 778 779 if (article.articleURL().isEmpty()) 778 780 return; 779 781 780 const NewsArticle article = *it;781 782 782 if (article.enclosure().isEmpty()) 783 783 { 784 784 QString cmdUrl(article.articleURL());