mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
binary addons patch: update to kodi
This commit is contained in:
parent
0a37f62e26
commit
341e834bbb
@ -33,7 +33,7 @@ index d358a23..6b55c3a 100644
|
||||
+ struct stat fileStat;
|
||||
+ int statRet;
|
||||
+
|
||||
+ addonDirPath = "/storage/.xbmc/addons/" + m_addon->ID() + "/bin/";
|
||||
+ addonDirPath = "/storage/.kodi/addons/" + m_addon->ID() + "/bin/";
|
||||
+ if ((addonsDir = opendir(addonDirPath.c_str())) != NULL)
|
||||
+ {
|
||||
+ while ((fileDirent = readdir(addonsDir)) != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user