diff --git a/lib/Controller/AdminController.php b/lib/Controller/AdminController.php index cbeef9cf..d8a1d997 100644 --- a/lib/Controller/AdminController.php +++ b/lib/Controller/AdminController.php @@ -141,7 +141,7 @@ class AdminController extends GenericApiController // Check go-vod binary $extGoVod = Util::getSystemConfig('memories.vod.external'); $status['govod'] = $this->getExecutableStatus( - Util::getSystemConfig('memories.vod.path'), + fn () => BinExt::getGoVodBin(), fn ($p) => BinExt::testStartGoVod(), !$extGoVod, !$extGoVod,