Skip to content

Commit

Permalink
Continue instead break when looping through decrypter search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Aug 29, 2017
1 parent 475cac7 commit 01e390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -1487,7 +1487,7 @@ void Session::GetSupportedDecrypterURN(std::string &key_system)
kodi::Log(ADDON_LOG_DEBUG, "Searching for decrypters in: %s", path->c_str());

if (!kodi::vfs::GetDirectory(*path, "", items))
return;
continue;

for (unsigned int i(0); i < items.size(); ++i)
{
Expand Down

0 comments on commit 01e390d

Please sign in to comment.