All-debrid support #1818
Annotations
6 errors
lint:
src/main/services/download/download-manager.ts#L17
'sortBy' is declared but its value is never read.
|
lint:
src/main/services/download/download-manager.ts#L20
'spawn' is declared but its value is never read.
|
lint:
src/main/services/download/download-manager.ts#L22
'GamePayload' is declared but never used.
|
lint:
src/main/services/download/download-manager.ts#L40
Argument of type '{ action: string; game_id: string; url: string; save_path: string; header: string; total_size?: undefined; out?: undefined; } | { action: string; game_id: string; url: string; save_path: string; header?: undefined; total_size?: undefined; out?: undefined; } | { ...; } | { ...; } | undefined' is not assignable to parameter of type 'GamePayload | undefined'.
|
lint:
src/main/services/download/download-manager.ts#L125
'userPreferences' is declared but its value is never read.
|
lint
Process completed with exit code 2.
|