From 3230797c6f7c74c141ccb847bb9ab6c362af9409 Mon Sep 17 00:00:00 2001 From: DaveTBlake Date: Thu, 19 Jan 2017 10:42:27 +0000 Subject: Clear plugin directory cache on window init --- xbmc/windows/GUIMediaWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/windows/GUIMediaWindow.cpp b/xbmc/windows/GUIMediaWindow.cpp index aaa956b0a1..896102f3f6 100644 --- a/xbmc/windows/GUIMediaWindow.cpp +++ b/xbmc/windows/GUIMediaWindow.cpp @@ -511,7 +511,7 @@ bool CGUIMediaWindow::OnMessage(CGUIMessage& message) } if (message.GetParam2() == PLUGIN_REFRESH_DELAY) { - Refresh(); + Refresh(true); SetInitialVisibility(); RestoreControlStates(); SetInitialVisibility(); -- cgit v1.2.3