Fixed wrong value for anonymousCanListen in nodeInfo

This commit is contained in:
Eliot Berriot 2019-01-21 09:52:41 +01:00
parent d28e252109
commit e8c81d734f
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ def get():
"federationNeedsApproval": preferences.get(
"federation__music_needs_approval"
),
"anonymousCanListen": preferences.get(
"anonymousCanListen": not preferences.get(
"common__api_authentication_required"
),
},