Resolve "Remove the unused federation__music_needs_approval settings"

This commit is contained in:
Ciarán Ainsworth 2019-12-26 15:54:42 +01:00
parent 7c8b592f61
commit b422612edf
6 changed files with 1 additions and 23 deletions

View file

@ -53,9 +53,6 @@ def get():
"defaultUploadQuota": all_preferences.get("users__upload_quota"),
"library": {
"federationEnabled": all_preferences.get("federation__enabled"),
"federationNeedsApproval": all_preferences.get(
"federation__music_needs_approval"
),
"anonymousCanListen": not all_preferences.get(
"common__api_authentication_required"
),