mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
RSS code clean up
This commit is contained in:
@@ -81,7 +81,7 @@ QString RssArticle::author() const {
|
||||
}
|
||||
|
||||
QString RssArticle::torrentUrl() const {
|
||||
return m_torrentUrl;
|
||||
return m_torrentUrl.isEmpty() ? m_link : m_torrentUrl;
|
||||
}
|
||||
|
||||
QString RssArticle::link() const {
|
||||
|
||||
Reference in New Issue
Block a user