AtmoLight.MediaPortal1/Plugin.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/AtmoLight.MediaPortal1/Plugin.cs b/AtmoLight.MediaPortal1/Plugin.cs
index 9a167b7..ed4e2a2 100644
--- a/AtmoLight.MediaPortal1/Plugin.cs
+++ b/AtmoLight.MediaPortal1/Plugin.cs
@@ -493,7 +493,8 @@ namespace AtmoLight
/// Aspect ratio width.
/// Aspect ratio height.
/// Surface.
- private void AtmolightPlugin_OnNewFrame(short width, short height, short arWidth, short arHeight, uint pSurface)
+ /// is fullscreen video
+ private void AtmolightPlugin_OnNewFrame(short width, short height, short arWidth, short arHeight, uint pSurface, bool IsFullScreenVideo)
{
if (coreObject.GetCurrentEffect() != ContentEffect.MediaPortalLiveMode || !coreObject.IsConnected() || !coreObject.IsAtmoLightOn() || width == 0 || height == 0)
{