mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Fix test that recording just made started playing
This commit is contained in:
parent
3b32a4f74f
commit
1cc215e14b
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@
|
|||
}));
|
||||
|
||||
Script.setTimeout(function () {
|
||||
if (playerRecordings.indexOf(recording) === -1) {
|
||||
if (!playerIsPlaying[index] || playerRecordings[index] !== recording) {
|
||||
error("Didn't start playing recording "
|
||||
+ recording.slice(4) + "!"); // Remove leading "atp:" from recording.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue