Skip to content

Commit 4e10ca9

Browse files
authored
release: v0.0.2 (#93)
1 parent 1a09cf9 commit 4e10ca9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "FinalRip-dashboard",
33
"productName": "FinalRip-dashboard",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "A simple dashboard for FinalRip",
66
"author": "Tohrusky",
77
"homepage": "https://github.com/TensoRaws/FinalRip-dashboard",

src/api/type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface StartTaskRequest {
2626
encode_param: string
2727
script: string
2828
video_key: string
29+
slice?: boolean
2930
[property: string]: any
3031
}
3132

0 commit comments

Comments
 (0)