Chat can be enabled in video properties.

This commit is contained in:
John Livingston
2021-06-08 18:08:58 +02:00
parent 07b7f4d732
commit 385a0074c1
11 changed files with 154 additions and 16 deletions

View File

@ -61,6 +61,7 @@ enum VideoState {
}
interface MVideoThumbnail { // FIXME: this interface is not complete.
id?: number
uuid: string
name: string
category: number
@ -81,6 +82,7 @@ interface MVideoThumbnail { // FIXME: this interface is not complete.
downloadEnabled: boolean
state: VideoState
channelId: number
pluginData?: any
}
// Keep the order