never cache addons directories
authorThomas Amland <thomas.amland@gmail.com>
Sun, 20 Mar 2016 20:30:03 +0000 (21:30 +0100)
committerThomas Amland <thomas.amland@gmail.com>
Fri, 25 Mar 2016 18:31:44 +0000 (19:31 +0100)
xbmc/filesystem/AddonsDirectory.cpp

index 0748079..c68b2cf 100644 (file)
@@ -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")