feat: add video auto play setting (#20416)

* feat: add auto play setting to mobile

* feat: add auto play video setting to web

* address review comments

* fix setting id

---------

Co-authored-by: Saschl <noreply@saschl.com>
This commit is contained in:
Saschl
2025-10-15 17:24:47 +02:00
committed by GitHub
parent 7d0228a159
commit 9b5855f848
11 changed files with 41 additions and 5 deletions
+2
View File
@@ -146,4 +146,6 @@ export const playVideoThumbnailOnHover = persisted<boolean>('play-video-thumbnai
export const loopVideo = persisted<boolean>('loop-video', true, {});
export const autoPlayVideo = persisted<boolean>('auto-play-video', true, {});
export const recentAlbumsDropdown = persisted<boolean>('recent-albums-open', true, {});