1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Rename config key

This commit is contained in:
Chocobozzz 2021-10-12 14:25:30 +02:00
parent 7399a79f73
commit 80dea8f4d6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 15 additions and 7 deletions

View file

@ -37,7 +37,7 @@ export interface ServerConfig {
client: {
videos: {
miniature: {
showAuthorDisplayName: boolean
preferAuthorDisplayName: boolean
}
}
}