1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-05-31 13:06:41 -03:00
parent 8ac083c1e9
commit d6b1749ca7

View file

@ -116,7 +116,7 @@ if (!Live::canRestream()) {
var json = JSON.parse(row.parameters);
//console.log('Live_restreamstableVar parameters', json);
if (!empty(json['restream.ypt.me'])) {
return '<a href="<?php echo $global['webSiteRootURL']; ?>plugin/Live/view/Live_restreams/getLiveKey.json.php?live_restreams_id=' + row.id + '" target="_blank">' + data + '</a>';
return '<a href="<?php echo $global['webSiteRootURL']; ?>plugin/Live/view/Live_restreams/getLiveKey.json.php?live_restreams_id=' + row.id + '" target="_blank" style="color:#000;">' + data + '</a>';
}
}