diff --git a/modules/tv/recorded.php b/modules/tv/recorded.php index b292566d3..56ac6d41f 100644 --- a/modules/tv/recorded.php +++ b/modules/tv/recorded.php @@ -85,7 +85,7 @@ } // keep track of their names and how many episodes we have recorded $Total_Programs++; - $Groups[$record[28]]++; + $Groups[$record[29]]++; // Hide LiveTV and Deleted recordings from the title list if (($_REQUEST['recgroup'] && $_REQUEST['recgroup'] == $record[28]) || (!$_REQUEST['recgroup'] && $record[28] != 'LiveTV' && $record[28] != 'Deleted')) $Program_Titles[$record[0]]++;