mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to update thumbnail and preview on client
This commit is contained in:
@@ -23,6 +23,12 @@ export interface ServerConfig {
|
||||
}
|
||||
|
||||
video: {
|
||||
image: {
|
||||
size: {
|
||||
max: number
|
||||
}
|
||||
extensions: string[]
|
||||
},
|
||||
file: {
|
||||
extensions: string[]
|
||||
}
|
||||
|
||||
@@ -11,4 +11,6 @@ export interface VideoUpdate {
|
||||
tags?: string[]
|
||||
commentsEnabled?: boolean
|
||||
nsfw?: boolean
|
||||
thumbnailfile?: Blob
|
||||
previewfile?: Blob
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user