lint fix
parent
6b4983fc28
commit
269d080df1
|
@ -82,6 +82,7 @@ class OtherController extends GenericApiController
|
|||
};
|
||||
|
||||
$defaultTimelinePath = $this->config->getSystemValue('memories.default_timeline_path', 'EMPTY');
|
||||
|
||||
return new JSONResponse([
|
||||
// general stuff
|
||||
'version' => $version,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue