Skip to content
Snippets Groups Projects
Commit c2840f30 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Fix typo

parent f1e3f311
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class ContentPlayerBinding(val nativePlayer: ContentPlayer, val zone: Zone) {
currentMedia.get().content.stopMediaByOtherPlayer = true
currentMedia.get().content.getPad.stop()
} else if (currentMedia.get().content.getPad.isPaused) {
// The player mist be resumed before playing the next media
// The player must be resumed before playing the next media
nativePlayer.Resume(withFadeIn)
currentMedia.get().content.getPad.stop()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment