Skip to content

Commit c1ef027

Browse files
committed
Fixes #8990, this fixes the case where the recorded page gets stuck displaying no recordings
1 parent bef5f44 commit c1ef027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/tv/recorded.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,14 @@
123123
if ($_REQUEST['recgroup'] && $_REQUEST['title'] && $Groups[$_REQUEST['recgroup']] > 0) {
124124
$warning = t('Showing all programs from the $1 group.', $_REQUEST['recgroup']);
125125
unset($_REQUEST['title']);
126+
unset($_SESSION['title']);
126127
continue;
127128
}
128129
// Catch anything else
129130
$_REQUEST['refresh'] = true;
130131
$warning = t('Showing all programs.');
131132
unset($_REQUEST['title'], $_REQUEST['recgroup']);
133+
unset($_SESSION['title'], $_SESSION['recgroup']);
132134
continue;
133135
}
134136
// Did the best we could to find some programs; let's move on.

0 commit comments

Comments
 (0)