Skip to content

Commit

Permalink
invalidate the videodb cache when changing "Group movies in sets" set…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
Montellese committed Oct 11, 2012
1 parent cadede2 commit 05593e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xbmc/settings/GUIWindowSettingsCategory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,8 @@ void CGUIWindowSettingsCategory::OnSettingChanged(CBaseSettingControl *pSettingC
g_windowManager.SendMessage(GUI_MSG_NOTIFY_ALL, 0, 0, GUI_MSG_WINDOW_RESIZE);
}
else if (strSetting.Equals("videolibrary.flattentvshows") ||
strSetting.Equals("videolibrary.removeduplicates"))
strSetting.Equals("videolibrary.removeduplicates") ||
strSetting.Equals("videolibrary.groupmoviesets"))
{
CUtil::DeleteVideoDatabaseDirectoryCache();
}
Expand Down

0 comments on commit 05593e4

Please sign in to comment.