]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Reinstate references to 'url'
authordave-p <gh@pickles.me.uk>
Mon, 15 Sep 2025 10:22:41 +0000 (11:22 +0100)
committerFlole <Flole998@users.noreply.github.com>
Mon, 15 Sep 2025 19:46:49 +0000 (21:46 +0200)
PR #1915 changed references to 'url' to 'uri' in order to display CRID information for recordings. However 'url' is used to hold a link to the recording file which is used by the 'Download' button on the UI. Reinstate 'url' where this is relevant, ie for completed and failed recordings.
Reported in https://tvheadend.org/d/9235-small-bug-in-43-2462g664cc1b62

src/webui/static/app/dvr.js

index 12f412d18f0bac0dd165b66da0066d60607e7904..8c5a50815a1f92ef36ff2b73d23db61dc2e06355 100644 (file)
@@ -791,7 +791,7 @@ tvheadend.dvr_finished = function(panel, index) {
         del: false,
         list: 'disp_title,disp_extratext,episode_disp,channel,channelname,' +
               'start_real,stop_real,duration,filesize,copyright_year,' +
-              'sched_status,errors,data_errors,playcount,uri,config_name,owner,creator,comment,age_rating,rating_label,filename',
+              'sched_status,errors,data_errors,playcount,uri,url,config_name,owner,creator,comment,age_rating,rating_label,filename',
         columns: {
             disp_title: {
                 renderer: tvheadend.displayWithYearRenderer(),
@@ -911,7 +911,7 @@ tvheadend.dvr_failed = function(panel, index) {
                      _('The associated file will be removed from storage.'),
         list: 'disp_title,disp_extratext,episode_disp,channel,channelname,' +
               'image,copyright_year,start_real,stop_real,duration,filesize,status,' +
-              'sched_status,errors,data_errors,playcount,uri,config_name,owner,creator,comment,age_rating,rating_label,filename',
+              'sched_status,errors,data_errors,playcount,uri,url,config_name,owner,creator,comment,age_rating,rating_label,filename',
         columns: {
             disp_title: {
                 renderer: tvheadend.displayWithYearRenderer(),