aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2016-03-25 19:47:56 +0100
committerMartijn Kaijser <martijn@xbmc.org>2016-03-25 19:47:56 +0100
commitc19f21aca89e05ea72cdbebae05ae9ff39c4ec86 (patch)
tree8e5530b0130aa1d7fded48646452551725c50d8c
parent3c86394d513d7e59069f406007ee355c252d5d7d (diff)
parent18d51c5d29bec2881ad1b1754594114367edc59e (diff)
Merge pull request #9450 from tamland/fix_addon_dir_cache_jarvis
never cache addons directories
-rw-r--r--xbmc/filesystem/AddonsDirectory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/filesystem/AddonsDirectory.cpp b/xbmc/filesystem/AddonsDirectory.cpp
index 0748079ede..c68b2cf9fd 100644
--- a/xbmc/filesystem/AddonsDirectory.cpp
+++ b/xbmc/filesystem/AddonsDirectory.cpp
@@ -451,6 +451,7 @@ bool CAddonsDirectory::GetDirectory(const CURL& url, CFileItemList &items)
CURL path(tmp);
const std::string endpoint = path.GetHostName();
items.ClearProperties();
+ items.SetCacheToDisc(CFileItemList::CACHE_NEVER);
items.SetPath(path.Get());
if (endpoint == "user")