add getMonitorEmbedLink function to UI

audio-only-output
Moe 2022-12-28 13:31:24 -08:00
parent 4adf5e329c
commit d8da2033ff
1 changed files with 3 additions and 0 deletions

View File

@ -994,6 +994,9 @@ function getRowsMonitorId(rowEl){
var monitorId = el.attr('data-mid')
return monitorId
}
function getMonitorEmbedLink(monitorConfig){
return `${getApiPrefix('embed')}/${monitorConfig.mid}/fullscreen|jquery|relative`
}
$(document).ready(function(){
$('body')
.on('click','[system]',function(){