forked from len0rd/rockbox
make offline mode work again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e338fc9130
commit
c769cf586f
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ void RbUtilQt::updateSettings()
|
|||
HttpGet::setGlobalProxy(QUrl(""));
|
||||
}
|
||||
HttpGet::setGlobalCache(settings->cachePath());
|
||||
HttpGet::setGlobalDumbCache(settings->cacheOffline());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue