mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Update src/gui/rss/rsswidget.cpp
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
This commit is contained in:
parent
2cec901fde
commit
bfe3b9844a
1 changed files with 1 additions and 2 deletions
|
@ -589,8 +589,7 @@ void RSSWidget::convertRelativePathToAbsolute(QString &html, const QString &base
|
|||
break; // invalid url, should never happen
|
||||
QString absolutePath = normalizedBasePath + relativePath;
|
||||
|
||||
html.replace(fullMatch,
|
||||
prefix + absolutePath + suffix);
|
||||
html.replace(fullMatch, prefix + absolutePath + suffix);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue