mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
RSS code clean up
This commit is contained in:
parent
0efcdbaf52
commit
a70e565edb
4 changed files with 7 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue