mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Update RSS Classes
This commit is contained in:
parent
a8e57d3a7e
commit
ae8356aae5
4 changed files with 5 additions and 4 deletions
|
@ -147,6 +147,7 @@ void RssManager::saveStreamList() const
|
|||
QStringList aliases;
|
||||
RssFeedList streams = getAllFeeds();
|
||||
foreach (const RssFeedPtr& stream, streams) {
|
||||
// This backslash has nothing to do with path handling
|
||||
QString stream_path = stream->pathHierarchy().join("\\");
|
||||
if (stream_path.isNull())
|
||||
stream_path = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue