Skip to content

Commit

Permalink
Merge pull request xbmc#9450 from tamland/fix_addon_dir_cache_jarvis
Browse files Browse the repository at this point in the history
never cache addons directories
  • Loading branch information
MartijnKaijser committed Mar 25, 2016
2 parents 3c86394 + 18d51c5 commit c19f21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/filesystem/AddonsDirectory.cpp
Expand Up @@ -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")
Expand Down

0 comments on commit c19f21a

Please sign in to comment.