Skip to content

Commit

Permalink
config: default autoplay live to false
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Nov 16, 2024
1 parent 4b358e8 commit 7b7dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/OtherController.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function getUserConfig(): Http\Response

// viewer settings
'high_res_cond_default' => SystemConfig::get('memories.viewer.high_res_cond_default'),
'livephoto_autoplay' => 'true' === $getAppConfig('livephotoAutoplay', 'true'),
'livephoto_autoplay' => 'true' === $getAppConfig('livephotoAutoplay', 'false'),
'sidebar_filepath' => 'true' === $getAppConfig('sidebarFilepath', false),

// folder settings
Expand Down

0 comments on commit 7b7dbac

Please sign in to comment.