Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guichaguri committed Jan 8, 2020
2 parents 170c14a + e76f25e commit e2cf596
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ public void remove(List<Integer> indexes, Promise promise) {
} else {
source.removeMediaSource(index);
}

// Fix the window index
if (index < lastKnownWindow) {
lastKnownWindow--;
}
}
}

Expand Down

0 comments on commit e2cf596

Please sign in to comment.