Skip to content

Commit

Permalink
fixed: when using STARTUP for service addons the service should only …
Browse files Browse the repository at this point in the history
…started on starup and not when switching profiles aka LOGIN.
  • Loading branch information
WiSo committed Jan 19, 2012
1 parent c335696 commit 644c700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ bool CApplication::Initialize()
CCrystalHD::GetInstance();
#endif

CAddonMgr::Get().StartServices(false);
CAddonMgr::Get().StartServices(true);

CLog::Log(LOGNOTICE, "initialize done");

Expand Down

0 comments on commit 644c700

Please sign in to comment.