check authentication for all servers on initialization and update permission roles

This commit is contained in:
jeffvli
2025-12-07 17:53:26 -08:00
committed by Hosted Weblate
parent e4b5158fe3
commit 2929603565
+1 -1
View File
@@ -1,4 +1,4 @@
import { z } from 'zod';
import { object, z } from 'zod';
const baseResponse = z.object({
'subsonic-response': z.object({