mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-23 06:35:24 -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
|
break; // invalid url, should never happen
|
||||||
QString absolutePath = normalizedBasePath + relativePath;
|
QString absolutePath = normalizedBasePath + relativePath;
|
||||||
|
|
||||||
html.replace(fullMatch,
|
html.replace(fullMatch, prefix + absolutePath + suffix);
|
||||||
prefix + absolutePath + suffix);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue