1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Add plugin settings change watcher

This commit is contained in:
Chocobozzz 2020-04-30 09:28:39 +02:00 committed by Chocobozzz
parent dadc90bca2
commit a5896799f1
9 changed files with 59 additions and 23 deletions

View file

@ -299,7 +299,7 @@ function getExternalAuthsPlugins () {
name: p.name,
version: p.version,
authName: auth.authName,
authDisplayName: auth.authDisplayName
authDisplayName: auth.authDisplayName()
})
}
}