diff --git a/modules/tv/tmpl/default/recorded.php b/modules/tv/tmpl/default/recorded.php
index f894f7c..8502305 100644
|
a
|
b
|
EOM;
|
| 188 | 188 | <td class="x-length"><?php echo nice_length($show->length) ?></td> |
| 189 | 189 | <td class="x-filesize"><?php echo nice_filesize($show->filesize) ?></td> |
| 190 | 190 | <td class="x-commands commands" rowspan="2"><?php |
| 191 | | if ($show->is_recording) { |
| | 191 | if ($show->endtime > time()) { |
| 192 | 192 | echo '<a href="', root_url, 'tv/detail/', $show->chanid, '/', $show->recstartts, '">', |
| 193 | 193 | t('Still Recording: Edit'), |
| 194 | 194 | "</a>\n "; |