Ships the fresh-start schema cleanup: rebuilt explore catalog index pipeline (dump import, artifact fetch/build, incremental listen-count refresh), a new download subsystem (Lidarr/Prowlarr/qBittorrent/SABnzbd/ slskd/yt-dlp providers, staging, reconciliation, wanted list), and the supporting schema/query/store changes across backend and frontend. Also includes two smaller follow-ups: bump the central index's rebuild-after cadence from 90 to 180 days, and remove the Explore "library only" online/offline toggle entirely (frontend-only, no backend counterpart) rather than carry unused UI/state. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2Agd9af5hE7qzti2ackiS
92 lines
2.5 KiB
JavaScript
Executable File
92 lines
2.5 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddProvider(arg1, arg2, arg3) {
|
|
return window['go']['download']['Service']['AddProvider'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function AddWant(arg1) {
|
|
return window['go']['download']['Service']['AddWant'](arg1);
|
|
}
|
|
|
|
export function Cancel(arg1) {
|
|
return window['go']['download']['Service']['Cancel'](arg1);
|
|
}
|
|
|
|
export function Candidates(arg1) {
|
|
return window['go']['download']['Service']['Candidates'](arg1);
|
|
}
|
|
|
|
export function ClearFinished() {
|
|
return window['go']['download']['Service']['ClearFinished']();
|
|
}
|
|
|
|
export function ClearSatisfiedWants() {
|
|
return window['go']['download']['Service']['ClearSatisfiedWants']();
|
|
}
|
|
|
|
export function DeleteProvider(arg1) {
|
|
return window['go']['download']['Service']['DeleteProvider'](arg1);
|
|
}
|
|
|
|
export function ImportExternalWants(arg1, arg2) {
|
|
return window['go']['download']['Service']['ImportExternalWants'](arg1, arg2);
|
|
}
|
|
|
|
export function IsWanted(arg1, arg2) {
|
|
return window['go']['download']['Service']['IsWanted'](arg1, arg2);
|
|
}
|
|
|
|
export function ListProviders() {
|
|
return window['go']['download']['Service']['ListProviders']();
|
|
}
|
|
|
|
export function ListRequests(arg1) {
|
|
return window['go']['download']['Service']['ListRequests'](arg1);
|
|
}
|
|
|
|
export function ListWants() {
|
|
return window['go']['download']['Service']['ListWants']();
|
|
}
|
|
|
|
export function PauseWant(arg1, arg2) {
|
|
return window['go']['download']['Service']['PauseWant'](arg1, arg2);
|
|
}
|
|
|
|
export function Pick(arg1, arg2) {
|
|
return window['go']['download']['Service']['Pick'](arg1, arg2);
|
|
}
|
|
|
|
export function ProviderKinds() {
|
|
return window['go']['download']['Service']['ProviderKinds']();
|
|
}
|
|
|
|
export function ReconcileWanted() {
|
|
return window['go']['download']['Service']['ReconcileWanted']();
|
|
}
|
|
|
|
export function RemoveWant(arg1) {
|
|
return window['go']['download']['Service']['RemoveWant'](arg1);
|
|
}
|
|
|
|
export function SetContext(arg1) {
|
|
return window['go']['download']['Service']['SetContext'](arg1);
|
|
}
|
|
|
|
export function SetReconciler(arg1) {
|
|
return window['go']['download']['Service']['SetReconciler'](arg1);
|
|
}
|
|
|
|
export function Start(arg1) {
|
|
return window['go']['download']['Service']['Start'](arg1);
|
|
}
|
|
|
|
export function TestProvider(arg1) {
|
|
return window['go']['download']['Service']['TestProvider'](arg1);
|
|
}
|
|
|
|
export function UpdateProvider(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['download']['Service']['UpdateProvider'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|