mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 00:06:16 -07:00
Update RSS Classes
This commit is contained in:
parent
a8e57d3a7e
commit
ae8356aae5
4 changed files with 5 additions and 4 deletions
|
@ -214,7 +214,7 @@ void RssParser::parseRssFile(const QString& feedUrl, const QString& filePath)
|
|||
{
|
||||
qDebug() << Q_FUNC_INFO << feedUrl << filePath;
|
||||
m_mutex.lock();
|
||||
ParsingJob job = {feedUrl, filePath};
|
||||
ParsingJob job = { feedUrl, fsutils::fromNativePath(filePath) };
|
||||
m_queue.enqueue(job);
|
||||
// Wake up thread.
|
||||
if (m_queue.count() == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue