Update dash2.powerVideo2.js

merge-requests/93/head
Moe 2019-08-05 10:51:51 -07:00
parent 84229aa972
commit 7c25e15673
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ $(document).ready(function(e){
})
}
var setPlaySpeedOnAllSlots = function(playSpeed){
Object.keys(monitorSlotPlaySpeeds).forEach(function(monitorId){
Object.keys(powerVideoLoadedVideos).forEach(function(monitorId){
monitorSlotPlaySpeeds[monitorId] = playSpeed
})
getAllActiveVideosInSlots().each(function(n,video){