Skip to content

Commit

Permalink
Change search path logiv for decrypter (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Aug 24, 2017
1 parent b856def commit 5adc031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Expand Up @@ -1471,9 +1471,9 @@ void Session::GetSupportedDecrypterURN(std::string &key_system)
}
kodihost.SetLibraryPath(kodi::vfs::TranslateSpecialProtocol(specialpath).c_str());

std::vector<std::string> searchPaths(1);
std::vector<std::string> searchPaths(2);
searchPaths[0] = kodi::vfs::TranslateSpecialProtocol("special://xbmcbinaddons/inputstream.adaptive/");
//searchPaths[1] = kodi::GetAddonInfo("path");
searchPaths[1] = kodi::GetAddonInfo("path");

std::vector<kodi::vfs::CDirEntry> items;

Expand Down

0 comments on commit 5adc031

Please sign in to comment.