alter live stream on mobile launch (web)

axis-lock
Moe 2023-06-20 11:06:58 -07:00
parent 8cc4210207
commit 99cfb0dc61
1 changed files with 7 additions and 8 deletions

View File

@ -1000,15 +1000,14 @@ $(document).ready(function(e){
.on('click','.launch-live-grid-monitor',function(){
var monitorId = $(this).parents('[data-mid]').attr('data-mid')
if(isMobile){
createLivePlayerTab(loadedMonitors[monitorId])
}else{
mainSocket.f({
f: 'monitor',
ff: 'watch_on',
id: monitorId
})
openLiveGrid()
closeAllLiveGridPlayers()
}
mainSocket.f({
f: 'monitor',
ff: 'watch_on',
id: monitorId
})
openLiveGrid()
})
.on('click','.monitor-live-group-open',function(){
var monitorIds = $(this).attr('monitor-ids').split(',')