mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add to playlist dropdown
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type VideoExistInPlaylist = {
|
||||
[videoId: number ]: {
|
||||
playlistId: number
|
||||
startTimestamp?: number
|
||||
stopTimestamp?: number
|
||||
}[]
|
||||
}
|
||||
Reference in New Issue
Block a user