Skip to content

Commit

Permalink
Re-apply media options when auto-repeating media.
Browse files Browse the repository at this point in the history
  • Loading branch information
caprica committed Jan 11, 2016
1 parent 0aa95e7 commit 79cd2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@ public void finished(MediaPlayer mediaPlayer) {
// It is not sufficient to simply call play(), the MRL must explicitly
// be played again - this is the reason why the repeat play might not
// be seamless
mediaPlayer.playMedia(mrl);
mediaPlayer.playMedia(mrl, lastPlayedMedia.mediaOptions());
}
else {
logger.debug("Sub-items handling repeat");
Expand Down

0 comments on commit 79cd2ca

Please sign in to comment.