mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
feat: 6167 Add autoplay setting in the admin settings section (#6788)
* feat-6167: Add autoplay setting for new users in GUI admin section
* feat-6167: Add new localization for admin GUI
* Fix user configuration not taking default auto play setting into account when creating a new user
* Revert "feat-6167: Add new localization for admin GUI"
This reverts commit fcdb05c8ea
.
* Move autoplay in defaults section
---------
Co-authored-by: Chocobozzz <me@florianbigard.com>
This commit is contained in:
parent
e4b6021310
commit
1a568cc65c
9 changed files with 65 additions and 2 deletions
|
@ -74,6 +74,10 @@ export interface ServerConfig {
|
|||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
player: {
|
||||
autoPlay: boolean
|
||||
}
|
||||
}
|
||||
|
||||
webadmin: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue