0.11.0-4 lw

This commit is contained in:
2026-03-17 20:28:38 +00:00
parent 654a77b8ba
commit 38fc1778f7
11 changed files with 156 additions and 11 deletions
+3
View File
@@ -321,6 +321,9 @@ export const api = {
getPendingActivation() {
return request('/pipeline/audiobook/pending-activation');
},
getDetectedDrives() {
return request('/settings/drives');
},
getHandBrakePresets(options = {}) {
return requestCachedGet('/settings/handbrake-presets', {
ttlMs: 10 * 60 * 1000,