diff --git a/src/streaming/MediaPlayer.js b/src/streaming/MediaPlayer.js index 1dc68aaace..3413fcd7b9 100644 --- a/src/streaming/MediaPlayer.js +++ b/src/streaming/MediaPlayer.js @@ -1683,8 +1683,7 @@ function MediaPlayer() { return; } - const timeInPeriod = streamController.getTimeRelativeToStreamId(s, stream.getId()); - return thumbnailController.provide(timeInPeriod, callback); + return thumbnailController.provide(s, callback); } /*