Index: TvEngine3/TVLibrary/TvPlugin/TvPlugin/TVHome.cs =================================================================== --- TvEngine3/TVLibrary/TvPlugin/TvPlugin/TVHome.cs (revision 28109) +++ TvEngine3/TVLibrary/TvPlugin/TvPlugin/TVHome.cs (working copy) @@ -720,6 +720,7 @@ { UpdateProgressPercentageBar(); // mantis #2218 : TV guide information in TV home screen does not update when program changes if TV is not playing + _updateTimer = DateTime.Now; return; } @@ -733,6 +734,7 @@ if (GUIGraphicsContext.InVmr9Render) { + _updateTimer = DateTime.Now; return; }