mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
fixup! feat: nicer add-torrent workflow in the qt client. (#1410)
This commit is contained in:
parent
e127b20c05
commit
848125d6d8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void FaviconCache::ensureCacheDirHasBeenScanned()
|
|||
// remember which hosts we've asked for a favicon so that we
|
||||
// don't re-ask them every time we start a new session
|
||||
auto skip_file = QFile(getScrapedFile());
|
||||
if (skip_file.open(QIODevice::ReadOnly | QIODevice::Text | QIODevice::ExistingOnly))
|
||||
if (skip_file.open(QIODevice::ReadOnly | QIODevice::Text))
|
||||
{
|
||||
while (!skip_file.atEnd())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue