diff --git a/libsrc/grabber/dispmanx/DispmanxWrapper.cpp b/libsrc/grabber/dispmanx/DispmanxWrapper.cpp index 0207edc1..3198d2a9 100644 --- a/libsrc/grabber/dispmanx/DispmanxWrapper.cpp +++ b/libsrc/grabber/dispmanx/DispmanxWrapper.cpp @@ -45,7 +45,7 @@ void DispmanxWrapper::action() void DispmanxWrapper::kodiPlay() { - _grabber->setFlags(DISPMANX_SNAPSHOT_NO_RGB|DISPMANX_SNAPSHOT_FILL); + _grabber->setFlags(0); GrabberWrapper::kodiPlay(); }