From f0a3988066f72a28bb44520af072f18d91d77dde Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Mar 2019 17:06:00 +0100 Subject: Add to playlist dropdown --- shared/models/videos/playlist/video-exist-in-playlist.model.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shared/models/videos/playlist/video-exist-in-playlist.model.ts (limited to 'shared/models/videos') diff --git a/shared/models/videos/playlist/video-exist-in-playlist.model.ts b/shared/models/videos/playlist/video-exist-in-playlist.model.ts new file mode 100644 index 000000000..71240f51d --- /dev/null +++ b/shared/models/videos/playlist/video-exist-in-playlist.model.ts @@ -0,0 +1,7 @@ +export type VideoExistInPlaylist = { + [videoId: number ]: { + playlistId: number + startTimestamp?: number + stopTimestamp?: number + }[] +} -- cgit v1.2.3