diff --git a/libsrc/grabber/amlogic/AmlogicWrapper.cpp b/libsrc/grabber/amlogic/AmlogicWrapper.cpp index 62d1f073..e9f59f3f 100644 --- a/libsrc/grabber/amlogic/AmlogicWrapper.cpp +++ b/libsrc/grabber/amlogic/AmlogicWrapper.cpp @@ -71,7 +71,7 @@ void AmlogicWrapper::stop() { // Stop the timer, effectivly stopping the process _timer.stop(); - _hyperion->unRegisterPriority("Amlogic Grabber", _priority); + _hyperion->unRegisterPriority("Amlogic Grabber"); }