diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2017-01-19 10:42:27 +0000 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2017-01-19 10:42:27 +0000 |
commit | 3230797c6f7c74c141ccb847bb9ab6c362af9409 (patch) | |
tree | 511fa7355c3f6106b92d45e541b5315898541155 | |
parent | eda27175c9f7ca5fc34b800888f36f9bbca96810 (diff) |
Clear plugin directory cache on window init
-rw-r--r-- | xbmc/windows/GUIMediaWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |