Skip to content

Commit

Permalink
Merge pull request #6869 from tamland/listdirgil
Browse files Browse the repository at this point in the history
[python] add DelayedCallGuard to xbmcvfs.listdir. closes #14212
  • Loading branch information
tamland committed Apr 24, 2015
2 parents 86c3d13 + 818be7c commit f543478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/interfaces/legacy/ModuleXbmcvfs.cpp
Expand Up @@ -82,6 +82,7 @@ namespace XBMCAddon

Tuple<std::vector<String>, std::vector<String> > listdir(const String& path)
{
DelayedCallGuard dg;
CFileItemList items;
std::string strSource;
strSource = path;
Expand Down

0 comments on commit f543478

Please sign in to comment.