This commit is contained in:
2017-04-12 19:34:08 +02:00
parent 7862af78e9
commit c8e082f7ad
12 changed files with 1747 additions and 44 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ bool cKodiLibrary::init()
m_lpKodiVideoLibrary = new cKodiVideoLibrary(m_szMyVideos);
if(m_lpKodiVideoLibrary->init() != -1)
iVideoCount = m_lpKodiVideoLibrary->load();
iVideoCount = m_lpKodiVideoLibrary->load(m_lpMainWindowStatusBar);
m_lpMainWindowStatusBar->showMessage("Initializing Textures ...");