aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-06-26 03:23:52 +0000
committerjmarshallnz <jmarshallnz@svn>2010-06-26 03:23:52 +0000
commit22f79f742bb38ec8782d79203a1ed3dfcedf4b2f (patch)
tree06e24932ba4167f57abcbc516e18adebc1207bf6
parentf352339491111956d695e4e79504e913e1a5f645 (diff)
changed: Don't scan for new addons during video playback
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31412 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/Application.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
index 3676a149ff..88017b6889 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -4736,7 +4736,9 @@ void CApplication::ProcessSlow()
g_lcd->Initialize();
}
#endif
- ADDON::CAddonMgr::Get().UpdateRepos();
+
+ if (!IsPlayingVideo())
+ ADDON::CAddonMgr::Get().UpdateRepos();
#if defined(__arm__)
// TODO: gui rendering testing, remove later