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

@ -46,7 +46,7 @@ class ServerConfigManager {
client: {
videos: {
miniature: {
showAuthorDisplayName: CONFIG.CLIENT.VIDEOS.MINIATURE.SHOW_AUTHOR_DISPLAY_NAME
preferAuthorDisplayName: CONFIG.CLIENT.VIDEOS.MINIATURE.PREFER_AUTHOR_DISPLAY_NAME
}
}
},