We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a09cf9 commit 4e10ca9Copy full SHA for 4e10ca9
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "FinalRip-dashboard",
3
"productName": "FinalRip-dashboard",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"description": "A simple dashboard for FinalRip",
6
"author": "Tohrusky",
7
"homepage": "https://github.com/TensoRaws/FinalRip-dashboard",
src/api/type.ts
@@ -26,6 +26,7 @@ export interface StartTaskRequest {
26
encode_param: string
27
script: string
28
video_key: string
29
+ slice?: boolean
30
[property: string]: any
31
}
32
0 commit comments