mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add ability to customize player settings
This commit is contained in:
parent
b742dbc0fc
commit
74e97347bb
133 changed files with 2809 additions and 783 deletions
|
@ -1176,6 +1176,8 @@ defaults:
|
|||
enabled: true
|
||||
|
||||
player:
|
||||
theme: 'galaxy' # 'galaxy' | 'lucide'
|
||||
|
||||
# By default, playback starts automatically when opening a video
|
||||
auto_play: true
|
||||
|
||||
|
|
|
@ -1186,6 +1186,8 @@ defaults:
|
|||
enabled: true
|
||||
|
||||
player:
|
||||
theme: 'galaxy' # 'galaxy' | 'lucide'
|
||||
|
||||
# By default, playback starts automatically when opening a video
|
||||
auto_play: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue