mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add ability to update thumbnail and preview on client
This commit is contained in:
parent
b6a4fd6b09
commit
6de3676898
20 changed files with 274 additions and 137 deletions
|
@ -35,6 +35,10 @@ export class ServerService {
|
|||
}
|
||||
},
|
||||
video: {
|
||||
image: {
|
||||
size: { max: 0 },
|
||||
extensions: []
|
||||
},
|
||||
file: {
|
||||
extensions: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue