Skip to content

Commit

Permalink
[pvr/epg] stop the EPG updater, but don't unload EPG data when stoppi…
Browse files Browse the repository at this point in the history
…ng the PVR manager. fixes missing EPG in some situations, like when stopping and restarting the manager
  • Loading branch information
opdenkamp committed Oct 19, 2012
1 parent 2c7705b commit 14e9119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/pvr/PVRManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void CPVRManager::Stop(void)
SetState(ManagerStateStopping);

/* stop the EPG updater, since it might be using the pvr add-ons */
g_EpgContainer.Unload();
g_EpgContainer.Stop();

CLog::Log(LOGNOTICE, "PVRManager - stopping");

Expand Down

0 comments on commit 14e9119

Please sign in to comment.