This commit is contained in:
2016-10-28 11:29:51 +02:00
parent fa3c115a89
commit 266c03a5f1
8 changed files with 399 additions and 18 deletions
+2
View File
@@ -76,7 +76,9 @@ bool cKodiLibrary::init()
m_lpKodiTexturesLibrary = new cKodiTexturesLibrary(m_szTextures);
if(m_lpKodiTexturesLibrary->init() != -1)
{
;
}
m_lpImageList = new cImageList(m_lpKodiVideoLibrary, m_lpKodiTexturesLibrary, m_szPath);