0.11.0-5 multi lw

This commit is contained in:
2026-03-17 21:57:44 +00:00
parent 38fc1778f7
commit d00191324b
12 changed files with 356 additions and 106 deletions
+7
View File
@@ -489,6 +489,13 @@ export const api = {
afterMutationInvalidate(['/history', '/pipeline/queue']);
return result;
},
async rescanDrive(devicePath) {
const result = await request('/pipeline/rescan-drive', {
method: 'POST',
body: JSON.stringify({ devicePath })
});
return result;
},
searchOmdb(q) {
return request(`/pipeline/omdb/search?q=${encodeURIComponent(q)}`);
},