diff --git a/lib/Controller/OtherController.php b/lib/Controller/OtherController.php index b6d37991..673779f6 100644 --- a/lib/Controller/OtherController.php +++ b/lib/Controller/OtherController.php @@ -82,6 +82,7 @@ class OtherController extends GenericApiController }; $defaultTimelinePath = $this->config->getSystemValue('memories.default_timeline_path', 'EMPTY'); + return new JSONResponse([ // general stuff 'version' => $version, diff --git a/lib/SystemConfigDefault.php b/lib/SystemConfigDefault.php index b4d34ec4..989c0a2d 100644 --- a/lib/SystemConfigDefault.php +++ b/lib/SystemConfigDefault.php @@ -69,7 +69,7 @@ return [ // 1080 => 1080p (and so on) 'memories.video_default_quality' => '0', - // Default timeline path for all users; if not set, default is '/Photos' + // Default timeline path for all users; if not set, default is '/Photos' 'memories.default_timeline_path' => 'Photos/', // Memories only provides an admin interface for these