From c2840f30adf08d4b56c62e5815b76461bc8874f1 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Thu, 25 Nov 2021 16:58:27 +0100 Subject: [PATCH] Fix typo --- .../playpad/plugin/content/player/ContentPlayerBinding.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/scala/de/tobias/playpad/plugin/content/player/ContentPlayerBinding.scala b/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/scala/de/tobias/playpad/plugin/content/player/ContentPlayerBinding.scala index 845548b0..44dd4a25 100644 --- a/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/scala/de/tobias/playpad/plugin/content/player/ContentPlayerBinding.scala +++ b/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/scala/de/tobias/playpad/plugin/content/player/ContentPlayerBinding.scala @@ -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() } -- GitLab