diff --git a/package.json b/package.json index 0578332..d4a75f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FinalRip-dashboard", "productName": "FinalRip-dashboard", - "version": "0.0.1", + "version": "0.0.2", "description": "A simple dashboard for FinalRip", "author": "Tohrusky", "homepage": "https://github.com/TensoRaws/FinalRip-dashboard", diff --git a/src/api/type.ts b/src/api/type.ts index f85235a..caf9899 100644 --- a/src/api/type.ts +++ b/src/api/type.ts @@ -26,6 +26,7 @@ export interface StartTaskRequest { encode_param: string script: string video_key: string + slice?: boolean [property: string]: any }