From 8c32cd117abe79f4ee6cff3a950ffc35c95faeff Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 9 May 2026 11:11:49 +0300 Subject: Refine media browsing and set covers --- web/js/api.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/js/api.js') diff --git a/web/js/api.js b/web/js/api.js index 66fac59..9b0436e 100644 --- a/web/js/api.js +++ b/web/js/api.js @@ -44,6 +44,7 @@ export const API = { login: (username, password) => api('/api/login', { method: 'POST', body: { username, password } }), logout: () => api('/api/logout', { method: 'POST' }), bootstrap: (username, password) => api('/api/bootstrap', { method: 'POST', body: { username, password } }), + config: () => api('/api/config'), sets: () => api('/api/sets'), media: (qs) => { const params = new URLSearchParams(); -- cgit v1.2.3