Ticket #12651: mythweb-stillrecording.diff

File mythweb-stillrecording.diff, 693 bytes (added by yiannividalis@…, 8 years ago)

patch to bring the still recording back to mythweb recorded page

  • modules/tv/tmpl/default/recorded.php

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