Skip to content

Commit

Permalink
release: v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky committed Dec 4, 2024
1 parent 1a09cf9 commit 6b96b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/api/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface StartTaskRequest {
encode_param: string
script: string
video_key: string
slice?: boolean
[property: string]: any
}

Expand Down

0 comments on commit 6b96b3d

Please sign in to comment.