mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
8ac083c1e9
commit
d6b1749ca7
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue