mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Use global uuid instead of remoteId for videos
This commit is contained in:
parent
e6d4b0ff24
commit
0a6658fdcb
58 changed files with 450 additions and 176 deletions
|
@ -1,7 +1,7 @@
|
|||
export type RemoteVideoEventType = 'views' | 'likes' | 'dislikes'
|
||||
|
||||
export interface RemoteVideoEventData {
|
||||
remoteId: string
|
||||
uuid: string
|
||||
eventType: RemoteVideoEventType
|
||||
count: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue